.feature-repeater{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;grid-gap:25px}.feature-repeater.items-1,.feature-repeater.items-2{grid-template-columns:1fr 1fr}.feature-repeater.items-3{grid-template-columns:1fr 1fr 1fr}.feature-repeater.items-4{grid-template-columns:1fr 1fr 1fr 1fr}.feature-repeater .title-wrapper>*{color:#204a7d;font-weight:400;position:relative;z-index:2}.feature-repeater .image-content{height:30vh;padding-left:18px;position:relative}.feature-repeater .image-content img{display:block;height:100%!important;max-width:100%!important;object-fit:cover;object-position:center;width:100%!important}.feature-repeater .text-content{padding-left:50px;padding-top:20px;position:relative}.feature-repeater .text-content .deco-block{background-color:#204a7d;height:100%;left:0;max-height:125px;position:absolute;top:0;width:18px}.feature-repeater.light .text-content .deco-block{background-color:#efede9}@media (max-width:1500px){.feature-repeater{grid-template-columns:1fr 1fr 1fr 1fr}}@media (max-width:1200px){.feature-repeater{grid-template-columns:1fr 1fr 1fr}.feature-repeater.items-4{grid-template-columns:1fr 1fr}}@media (max-width:900px){.feature-repeater,.feature-repeater.items-3{grid-template-columns:1fr 1fr}}@media (max-width:650px){.feature-repeater,.feature-repeater.items-1,.feature-repeater.items-2,.feature-repeater.items-3,.feature-repeater.items-4{grid-template-columns:1fr}}