@media only screen and (min-width: 1777px) and (max-width: 1920px) {
    .counterabt {
        font-size: 40px;
    }

    .experience-about span {
        font-size: 23px;
    }

    .experience-about {
        left: -15px;
        top: 114px;
    }
}

@media only screen and (min-width: 1454px) and (max-width: 1590px) {

    .experience-about {
        left: 10px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}

@media only screen and (min-width: 0px) and (max-width: 299px) {}