.simple-cards{display:flex;flex-wrap:wrap;justify-content:space-between}.simple-cards .cards__card{align-self:stretch;background:var(--c-white);border-radius:var(--radius-10);box-shadow:0 15px 15px 0 rgba(50,50,93,.05);display:flex;flex-direction:column;gap:30px;padding:24px 16px;width:calc(25% - 8px)}.simple-cards .card__text{display:flex;flex-direction:column;gap:21px}.simple-cards .card__image{height:42px;width:42px}.simple-cards .card__text{width:100%}.simple-cards-title{color:var(--c-black);font-size:var(--font-32);font-style:normal;font-weight:500;line-height:120%;margin-bottom:40px;max-width:834px}.simple-cards .card__text h3{color:var(--c-black);font-weight:700}.simple-cards .card__text h3,.simple-cards .card__text p{font-size:var(--font-16);font-style:normal;line-height:130%;margin-bottom:0}.simple-cards .card__text p{color:var(--main-teal-dark);flex:1;font-weight:400}@media screen and (max-width:1050px){.simple-cards{row-gap:16px}.simple-cards .cards__card{width:calc(50% - 8px)}}@media screen and (max-width:560px){.simple-cards .cards__card{width:100%}.simple-cards-title{font-size:24px;font-style:normal;font-weight:500;line-height:120%;margin-bottom:40px}.simple-cards .card__text h3,.simple-cards .card__text p{font-size:var(--font-14)}.simple-cards .card__text,.simple-cards .cards__card{gap:24px}}