.cards__container{display:flex;flex-direction:column;gap:1.875rem;margin:0 auto;max-width:1200px;width:100%}@media (min-width:768px){.cards__container{flex-direction:row}}.cards__card{flex:1}.cards__card--image{background-position:50%;background-size:cover;border-radius:10px;height:300px;margin-bottom:1.875rem}.cards__card--eyebrow{color:#707070;display:block;font-family:Helvetica;font-size:1.0625rem;font-weight:700;line-height:1.5625rem;margin-bottom:1.25rem;text-transform:uppercase}.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){.cards__card--title{font-size:1.75rem;line-height:2.375rem}}.cards__card--description{font-family:Helvetica;font-size:1.125rem;font-weight:400;line-height:1.625rem}.cards__card--description p{color:#4e4e4e}.cards__card--description ul{color:#4e4e4e;list-style:none;margin:0;padding:0;text-align:left}.cards__card--description ul li{margin-bottom:1.25rem;padding-left:2.5rem;position:relative}.cards__card--description ul li:before{content:url('data:image/svg+xml;utf8,<svg width="21" height="15" viewBox="0 0 21 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 7.53133L7.34286 13.2973L19 1.70276" stroke="%23D4420C" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');left:0;position:absolute;top:.2rem}