.grid-cards{padding-block:130px 30px}.grid-cards .inner{align-items:center;display:flex;flex-direction:column;padding-left:25px;padding-right:25px}.grid-cards h2{color:var(--darkgreen);font-size:32px;font-weight:var(--weight700);line-height:38px;margin-bottom:64px;max-width:687px;text-align:center;text-transform:uppercase}.grid-cards .cards{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(auto-fit,minmax(177px,1fr));grid-column-gap:40px;grid-row-gap:60px}.grid-cards .cards .s-card{align-items:center;background-color:var(--white);border-radius:10px;box-shadow:0 2px 8px rgba(9,9,9,.14);display:flex;flex-direction:column;justify-content:space-between;padding:37px 30.5px}.grid-cards .cards .s-card img{max-height:110px;object-fit:cover}.grid-cards .cards .s-card h6{color:var(--black);font-size:22px;font-weight:var(--weight600);line-height:26px;margin-top:30px;text-align:center}.grid-cards .cards .g-card{align-items:center;background-color:var(--white);border-radius:10px;box-shadow:0 2px 8px rgba(9,9,9,.14);display:flex;flex-direction:column;padding:0 22px 40px}.grid-cards .cards .g-card .img-wrap{background-color:var(--white);border:1px solid #cfcfce;border-radius:6px;display:grid;height:83px;margin-bottom:7px;margin-top:-41.5px;place-items:center;width:83px}.grid-cards .cards .g-card .text-wrap{text-align:center}.grid-cards .cards .g-card .text-wrap h6{color:var(--black);font-size:22px;font-weight:var(--weight600);line-height:26px;margin-bottom:14px}.grid-cards .cards .g-card .text-wrap p{color:var(--black);font-size:14px;font-weight:var(--weight400);line-height:19px}.grid-cards .cards .g-card .text-wrap p:last-child{margin-bottom:0}@media (max-width:992px){.grid-cards{padding-block:72px}.grid-cards h2{margin-bottom:40px}.grid-cards .cards{gap:40px;grid-template-columns:repeat(2,1fr);grid-template-rows:auto}}@media (max-width:550px){.grid-cards{padding-block:37px 40px}.grid-cards h2{font-size:24px;line-height:29px}.grid-cards .cards{gap:20px;grid-template-columns:repeat(1,1fr)}.grid-cards .cards .g-card .img-wrap img{max-height:37px;width:auto}}