#counter h3 {
    color: #0064F0;
    font-family: Poppins;
    font-size: 32px;
    font-weight: 700;
    line-height: 125%;
}

#counter .counter-text {
    display: flex;
    flex-direction: column;
    align-items: end;
}

@media (max-width: 1199px) {
    #counter .counter-text {
        display: flex;
        flex-direction: column;
        align-items: center;
       
    }
    #counter .counter-text.mb-30{
        margin-bottom: 32px;
    }
}