.cards{display:-ms-grid;display:grid;grid-template-columns:repeat(4,1fr);grid-row-gap:2rem;grid-column-gap:2rem;margin:0}.cards__card{align-items:center;align-self:flex-start;display:flex;flex-wrap:wrap;margin-bottom:1.4rem;max-width:100%;width:300px}.card__text{padding:0 .7rem;width:100%}.cards .card .card__image{height:auto!important}.about-custom-card .card__text p{padding-top:0!important}@media only screen and (min-width:220px) and (max-width:767px){.cards{flex-wrap:wrap;justify-content:center}.cards__card{width:100%}}@media only screen and (min-width:767px) and (max-width:1024px){.cards{flex-wrap:wrap;grid-gap:20px;justify-content:center}.cards__card{width:45%}}