.counter-animation-card {
    background: transparent;
    border-left: 5px solid #13a0f0; 
    border-top: 0; 
    border-right: 0; 
    border-bottom: 0; 
    border-radius: 0; 
    padding: 0 15px;
}

.counter-animation-number, .counter-animation-number p {
    font-family: 'Rubik', sans-serif; 
    font-size: clamp(1.2rem, 0.125rem + 2.5vw, 1.4rem); 
    color: #2e3092;
}

.counter-animation-description {
    line-height: 23px; 
    color: #414d6a;
}

.counter-animation-image {
    width: 70px; 
    height: 70px; 
    object-fit: cover; 
    overflow: hidden;
}
