@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner .banner-content {
        text-align: center;
    }
    .banner .banner-content h2 br {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header {
        background: none;
    }

    .header .logo {
        text-align: center;
        height: 30px;
        filter: brightness(100%) invert(100%);
        margin-top: 30px;
    }

    .header .buy-button {
        text-align: center;
    }

    .banner .banner-content h2 {
        font-size: 28px;
        font-weight: 700;
    }

    .banner .banner-content {
        padding: 120px 0;
    }

    .banner .part-img {
        display: none;
    }

    .section-title h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .pages .single-pages.whmcs:after {
        margin: 0;
        transform: none;
        border-radius: 0;
        width: 200px;
        height: 60px;
        left: 50%;
        margin-left: -100px;
        top: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header {
        background: none;
    }

    .header .logo {
        text-align: center;
        height: 30px;
        filter: brightness(100%) invert(100%);
        margin-top: 30px;
    }

    .header .buy-button {
        text-align: center;
    }

    .banner .banner-content h2 {
        font-size: 28px;
        font-weight: 700;
    }

    .banner .banner-content {
        padding: 120px 0;
    }

    .banner .part-img {
        display: none;
    }

    .section-title h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .pages .single-pages.whmcs:after {
        margin: 0;
        transform: none;
        border-radius: 0;
        width: 200px;
        height: 60px;
        left: 50%;
        margin-left: -100px;
        top: 50px;
    }
}


@media only screen and (min-width: 480px) and (max-width: 575px) {
    .header {
        background: none;
    }

    .header .logo {
        text-align: center;
        height: 30px;
        filter: brightness(100%) invert(100%);
        margin-top: 30px;
    }

    .header .buy-button {
        text-align: center;
    }

    .banner .banner-content h2 {
        font-size: 28px;
        font-weight: 700;
    }

    .banner .banner-content {
        padding: 120px 0;
    }

    .banner .part-img {
        display: none;
    }

    .section-title h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .pages .single-pages.whmcs:after {
        margin: 0;
        transform: none;
        border-radius: 0;
        width: 200px;
        height: 60px;
        left: 50%;
        margin-left: -100px;
        top: 50px;
    }
}


@media only screen and (min-width: 320px) and (max-width: 479px) {
    .header {
        background: none;
    }
    .header .logo {
        text-align: center;
        height: 30px;
        filter: brightness(100%) invert(100%);
        margin-top: 30px;
    }
    .header .buy-button {
        text-align: center;
    }

    .banner .banner-content h2 {
        font-size: 28px;
        font-weight: 700;
    }
    .banner .banner-content {
        padding: 120px 0;
    }
    .banner .part-img {
        display: none;
    }
    .section-title h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .pages .single-pages.whmcs:after {
        margin: 0;
        transform: none;
        border-radius: 0;
        width: 200px;
        height: 60px;
        left: 50%;
        margin-left: -100px;
        top: 50px;
    }
}
