.approaches-section__container{max-width:1400px;margin:auto;display:flex;flex-direction:column;gap:24px}.approaches-section__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;grid-gap:16px;gap:16px}@media(max-width:992px){.approaches-section__grid{grid-template-columns:1fr;grid-template-rows:repeat(3,1fr)}}.approaches-section__card,.approaches-section__card-header{display:flex;flex-direction:column;height:100%}.approaches-section__card-header{gap:16px;border:2px solid #d2dbd2;padding:24px}@media(max-width:1200px){.approaches-section__card-header{justify-content:flex-start}}@media(max-width:992px){.approaches-section__card-header{padding:16px}}.approaches-section__card-description{margin:0}@media(max-width:768px){.approaches-section__grid{grid-template-columns:1fr;gap:20px}}