@media only screen and (max-width: 600px) {
    .facts .facts-item h5 {
        font-size: 12px;
        padding-top: 2px;
    }
    .facts .col-4 {
        padding-right: 5px;
        padding-left: 7px;
    }
    .facts .facts-item img {
        height: 20px !important;
        width: 30px !important;
    }
    .section-head h3 {
        font-size: 15px;
        line-height: 20px
    }
    .account .service-item h3 {
        line-height: 28px !important;
    }
    .account .service-item .fa {
        font-size: 38px !important;
        margin-bottom: 0px;
    }
    .account .service-item {
        margin-bottom: 0px !important;
    }
    .top-bar {
        height: 108px !important;
    }
    .heading-texts {
        font-size: 16px !important;
    }
    .review-text {
        font-size: 9px;
    }
    h3 {
        line-height: 23px !important;
    }
    .section-head {
        padding: 6px;
    }
}