@media (min-width:360px) and (max-width: 768px) {
    .carousel-position {
        margin-bottom: 190px;
    }

    .testimonial {
        font-size: 16px !important;
    }

    .erplogo {
        width: 175px !important;
        height: 50px !important;
    }

    .title {
        font-size: 14px !important;
    }

    .sub-title {
        font-size: 28px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .carousel-position {
        margin-bottom: 140px;
    }

    .testimonial {
        font-size: 17px !important;
    }

    .title {
        font-size: 14px !important;
    }

    .sub-title {
        font-size: 28px !important;
    }
}