.icon-cards__container{display:flex;flex-direction:column;gap:1.875rem;margin:0 auto;max-width:1200px;width:100%}@media(min-width:768px){.icon-cards__container{flex-direction:row;flex-wrap:wrap}}.icon-cards__card{background-color:#fff;border-radius:10px;box-shadow:0 4px 27px 2px rgba(0,0,0,.07);flex:1;min-width:300px;padding:2.5rem}.icon-cards__card--icon{align-items:center;background-color:rgba(121,203,190,.2);border-radius:50%;display:flex;height:4.5rem;justify-content:center;margin-bottom:1.875rem;width:4.5rem}.icon-cards__card--icon img{width:2.5rem}.icon-cards__card--title{color:#0f3948;font-family:Helvetica;font-size:1.5625rem;font-weight:700;line-height:2.1875rem;margin-bottom:1rem;margin-top:0}@media(max-width:767px){.icon-cards__card--title{font-size:1.75rem;line-height:2.375rem}}.icon-cards__card--description{color:#4e4e4e;font-family:Helvetica;font-size:1.125rem;font-weight:400;line-height:1.625rem;margin-bottom:unset}