.grid-cards__wrapper{flex-direction:column}.grid-cards .buttons_container{display:flex;flex-direction:row;gap:30px;justify-content:start}@media (max-width:768px){.grid-cards .buttons_container{flex-direction:column}}.grid-cards__header{width:100%}.grid-cards{align-items:center;display:flex;flex-direction:column;justify-content:center}.grid-cards__header{font-size:36px;margin:unset}.grid-cards__grid{display:grid;gap:30px;grid-template-columns:repeat(2,1fr);margin-top:50px}@media (max-width:999px){.grid-cards__grid{grid-template-columns:1fr}}.grid-cards__grid-card{border:1px solid #f3f1ff;border-top:4px solid #5959eb;display:flex;flex-direction:column;justify-content:space-between;padding:35px 0 0 35px}@media (min-width:1000px){.grid-card--span-2{flex-direction:row;gap:30px;grid-column:1/-1;padding-left:unset;width:100%}.grid-card--span-2 .grid-cards__grid-card--content-wrapper,.grid-card--span-2 .grid-cards__grid-card--img--wrapper{flex-shrink:0;padding-left:35px;width:calc(50% - 15px)}}.grid-cards__grid-card--header{color:#5959eb;font-family:Roboto;font-size:20px;font-weight:500;line-height:32px;margin-bottom:0;margin-top:12px;max-width:95%}.grid-cards__grid-card--icon{height:30px;object-fit:contain;object-position:center;width:30px}.grid-cards__grid-card--description{font-family:Inter;font-size:16px;font-weight:300;line-height:1.5;margin-bottom:0;margin-top:10px;max-width:90%}.grid-cards__grid-card--img--wrapper{margin-top:18px}@media screen and (max-width:768px){.grid-cards__header{font-size:28px}}