@media (min-width: 480px) and (max-width: 767px) {
    .section {
        margin: 24px 0 0 0;
        padding: 24px 0 0 0;
    }
    .section .head i {
        display: none;
    }

    .section .head h3 {
        width: 100%;
    }

    .section .head .btn {
        width: 100%;
        float: none;
        margin-top: 16px;
    }

    .instant_news .label {
        margin-left: 8px;
    }

    .instant_news p {
        display: block;
        margin-bottom: 0 !important;
    }

    .instant_news .span {
        display: block;
    }
    
    .prices .item{
        float: right;
        width: 40%;
        padding: 8px 0;
        border-bottom: 1px solid #ededed;
    }
    
    .prices .item:first-child{
        padding-top: 0 !important;
    }
    
    .prices .item:last-child{
        border-bottom: none !important;
    }
    
    .prices .item strong {
        display: block;
        margin-top: 8px;
    }

    .hero_box {
        height: auto;
        background-position: -30% bottom;
    }


    .card.ads .card-body h2 {
        text-align: right !important;
    }

    .card {
        margin-bottom: 16px;
    }

    .card .img-fluid img {
        width: 100%;
        height: auto;
    }

    .swiper .item img {
        text-align: center;
        width: 100%;
        height: auto;
    }

    #posts-container .card .card-body .wp-post-image,
    .content_area .wp-post-image{
        width: 100%;
        height: auto;
        margin-bottom: 16px;
    }

    #posts-container .img-fluid {
        display: none !important;
    }

    .position-sticky {
        position: unset !important;
    }

    .wiki {
        margin-top: 32px;
    }


    .footer .head h4 {
        float: none;
    }

    .footer .content ul li a {
        width: 100%;
    }

    .footer .col-12 {
        margin-top: 32px;
    }

    .copyright {
        margin-bottom: 24px;
    }

}