section.counter--Section {
    padding-top: 20px;
}

.counter--BigText h4 {
    font-size: 80px;
    font-weight: 400;
    line-height: normal;
}

.counter--BigText h4 span {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.counter--Content p {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

@media(max-width:767px){
    section.counter--Section {
        padding: 0px;
    }

    .counter--BigText h4 {
        font-size: 48px;
    }

    .counter--Content p {
        font-size: 16px;
    }

    .counter--BigText h4 span {
        font-size: 16px;
    }

    .counter--Box {
        margin-bottom: 30px;
    }
}

@media(max-width: 1023px) and (min-width:768px){
    section.counter--Section {
        padding: 0px 0px 40px;
    }

    .counter--BigText h4 {
        font-size: 40px;
    }

    .counter--Content p {
        font-size: 16px;
    }

    .counter--BigText h4 span {
        font-size: 16px;
    }
}

@media(max-width:1140px) and (min-width:1024px){
    section.counter--Section {
        padding-top: 0px;
    }
    .counter--BigText h4 {
        font-size: 50px;
    }

    .counter--Content p {
        font-size: 16px;
    }

    .counter--Content h4 span {
        font-size: 16px;
    }
} 