.white-text-cards-wrapper{max-width:100%}.white-text-cards{display:grid;gap:20px;grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(1,1fr);padding:60px 0;position:relative;z-index:2}@media screen and (min-width:768px){.white-text-cards{gap:25px 40px;padding:0 0 90px}}@media screen and (min-width:992px){.white-text-cards{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(1,1fr)}}.white-text-cards__card{background-color:#fff;border-radius:10px;box-shadow:0 4px 48px rgba(0,0,0,.11);padding:30px}@media screen and (min-width:768px){.white-text-cards__card{padding:40px}}.white-text-cards__icon{margin:0 0 20px;max-height:40px;max-width:40px;object-fit:contain}.white-text-cards__description{color:#000;font-size:clamp(15px,2.5vw,16px);font-weight:400;margin:0}.white-text-cards__description *{margin:0}@media screen and (min-width:768px){.white-text-cards__icon{max-height:50px;max-width:50px}}