@media (max-width: 991px) {


    .thumb-full-size {
        width: 100%;
        height: 200px;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0px auto 50px;
        background-position: center;
    }

    .text-divide {
        margin-bottom: 50px!important;
    }
    .offer-rectangle-half-of-row {
        padding: 15px 0px!important;
    }

    .offer-rectangle-heading {
        color: #dfcea1!important;
    }

    .offer-rectangle-half-of-row p {
        width: 70%;
    }

    .offer-rectangle {
        margin-bottom: 70px;
    }

    .text-divide-big-space {
        margin-top: 0px!important;
    }
    div.padding-right-0 {
        padding: 0px!important;
        padding-left: 0px!important;
    }

    div.padding-left-0 {
        padding: 0px!important;

    }

    div.offer-rectangle-body > div.row {
        margin: 0px!important;
    }

    div.offer-rectangle > div.row {
        margin: 0px!important;
    }


    div.premium-offer-left {
        border-radius: 0px!important;
    }

    div.premium-offer-right {
        border-bottom-left-radius: 5px;
    }

    .premium-offer-heading {
        font-weight: bold;
        padding: 20px 0px!important;
    }

    .offer-rectangle-heading {
        font-weight: bold;
    }

    .offer-rectangle-header {
        padding: 20px 0px!important;
    }

    .ann-blog-section {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 767px) {
    .sidebar-wh {
        width: 100%!important;
        right: -101%!important;
    }
}

@media (min-width: 768px) and (max-width: 988px) {
    .thumb-full-size {
        height: 400px!important;
    }
}

