
@media screen and (max-width: 992px) {
    .btn-white {
        font-size: 12px;
    }
    .btn-red {
        font-size: 12px;
    }
    .btn-white img , .btn-red img {
        max-height: 12px
    }
    #topBanner .topBannerText strong {
        font-size: 18px;
    }
    #topBanner .topBannerText p {
        font-size: 13px;
    }
    .tableContent .stars img {
        height: 15px;
    }
    #sectionTwo img {
        margin-bottom: 20px;
    }
    .redDotItem {
        display: flex;
        justify-content: center;
    }
    .redDotItem:before {
        position: relative;
        display: inline-block;
        margin-right: 5px;
    }
    .footerLinks {
        margin-bottom: 15px;
    }
    .bonusItem span {
        font-size: 13px;
    }
    .faqList .faqItem a + div {
    font-size: 13px;
}
}