@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");.cards{display:flex;flex-wrap:nowrap;justify-content:center}.for-each-section-card-wrapper{flex-basis:33.3333%;margin-left:10px;margin-right:10px;padding:25px 15px 20px}.cards__card{align-items:center;align-self:flex-start;display:flex;flex-wrap:wrap;margin-bottom:1.4rem;max-width:100%}.card__image{height:auto;margin-bottom:10px;max-width:100%;padding:.7rem}.card__text{padding:0 .7rem;width:100%}.card__title{font-family:Poppins;font-size:22px;font-weight:700}.card__content{font-family:Lato,sans-serif;font-size:18px;font-weight:400;line-height:1.5}@media (max-width:1024px){.cards{flex-wrap:wrap}.cards .for-each-section-card-wrapper{flex-basis:45%}}@media (max-width:767px){.cards .for-each-section-card-wrapper{flex-basis:100%}}