@media only screen and (max-width: 48em) {
    .header-button {
        width: 130px !important;
        font-size: .85em !important;
    }
    #logo img {
        padding: 15px 0;
    }

    .strong-rating-wrapper {
        font-size: 65% !important;
    }

    .testimonial-image {
        max-height: auto !important;
        height: auto !important;
    }

    

    .box-text {
        font-size: 65% !important;
    }


    

}

@media (max-width: 549px) {
    .custom-mobile-pre {
        font-size: 65% !important;
    }
}