.block-counting-columns .counting-columns{grid-template-columns:1fr 1fr 1fr;}
.block-counting-columns .counting-column{padding:2rem;border-radius:20px;background:#ffffff;border:1px solid #e6e8e7}
.block-counting-columns .counting-column .counting-column-number{width:32px;height:32px;background:#e4f5f7;border-radius:100px;color:#0399ab;display:flex;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;margin-bottom:2rem;}
.block-counting-columns .counting-column .counting-column-title{font-size:1.75rem;font-weight:700;margin-bottom:1rem;line-height:1.1}
.block-counting-columns .counting-column .counting-column-description{font-size:1.25rem;line-height:1.5;color:#5c655f;}

@media(max-width:768px){
    .block-counting-columns .counting-columns{grid-template-columns:1fr !important;}
}