.programmes-section-themes__header{display:flex;flex-direction:column;align-items:center;gap:12px;padding:96px 0 48px}.programmes-section-themes__header p{margin:0}.programmes-section-themes__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(48%,1fr));gap:24px}.programmes-section-themes__grid .theme-item{border-radius:12px;padding:24px 40px;position:relative;transition:all .3s ease;box-shadow:0 4px 4px #0000000f;height:fit-content}.programmes-section-themes__grid .theme-item__head{display:flex;justify-content:space-between;align-items:flex-start}.programmes-section-themes__grid .theme-item__number{font-size:14px;color:#666;transition:opacity .3s ease}.programmes-section-themes__grid .theme-item__toggle{font-size:24px;cursor:pointer;padding:0;margin-left:16px;line-height:1;transition:transform .3s ease;background-color:var(--green);display:block;width:44px;height:44px;border:none;border-radius:100%}.programmes-section-themes__grid .theme-item__left{display:flex;flex-direction:column;gap:4px;width:80%}.programmes-section-themes__grid .theme-item__left .title_two{font-weight:700}.programmes-section-themes__grid .theme-item__left p{margin:0}.programmes-section-themes__grid .theme-item__answer{max-height:0;overflow:hidden;opacity:0;transition:max-height .4s ease,opacity .4s ease;display:none;margin-top:16px;transition:all .3s ease}.programmes-section-themes__grid .theme-item__answer p{-webkit-user-modify:read-write-plaintext-only;line-height:180%;max-width:450px;opacity:.6}.programmes-section-themes .theme-buttons{margin-top:48px}.theme-item__toggle .minus-icon{display:none}.theme-item.active .theme-item__answer{max-height:fit-content!important;opacity:1;margin-top:16px}.theme-item.active .theme-item__answer p{margin:0}.theme-item.active .theme-item__number{opacity:0}.theme-item.active .plus-icon{display:none}.theme-item.active .minus-icon{display:inline}.theme-item.active .theme-item__answer{display:block}.theme-item.active .theme-item__number,.theme-item.active .plus-icon{display:none}@media (max-width: 1024px){.programmes-section-themes__grid{grid-template-columns:100%}}@media (max-width: 768px){.programmes-section-themes__grid .theme-item{padding:18px 20px}}
