.cards-wrapper{margin-top:2.5rem}.cards{background-color:var(--grey-5-color);border-radius:.75rem;display:flex;flex-direction:column;gap:6.25rem;justify-content:space-between;padding:3.125rem}.cards__card{display:flex;gap:3.75rem;margin-bottom:1.4rem;width:100%}.card__image-left{display:flex;flex-direction:row;margin:0}.card__image-right{display:flex;flex-direction:row-reverse;margin:0}.card__image-wrapper{flex:1;height:fit-content}.card__image{height:auto;width:100%}.card__text{display:flex;flex:1;flex-direction:column;justify-content:center}.card__text p{font-size:1.5rem;font-style:normal;font-weight:400;line-height:130%;margin:0}@media (max-width:768px){.cards{gap:0;padding:40px 20px}.cards-wrapper{margin-top:0}.cards__card{gap:0}.card__image-left,.card__image-right{flex-direction:column-reverse}.card__image-left{margin-top:40px}.card__image{margin:20px 0 0}}