@media (min-width: 576px) {
    .container-sm{
        max-width: 440px;
    }
    header .toolbar{
        width: 100%;
    }
    .brief-offer,
    .about.section-I,
    .opinion, .faq,
    .posts, .contact{
        padding: 70px 0;
    }
    .header-primary .image,
    .header-primary .image{
        height: 350px;
    }
    .under-header .image-quadrat{
        width: 56%;
        height: 430px;
    }
    .under-header .image-round{
        height: 270px;
        margin: 250px 0 0 auto;
    }
    .brief-offer .image{
        height: 510px;
        margin: 0 0px 30px;
    }
    .brief-about .background-image {
        height: 440px;
        width: 315px;
    }
    .brief-about .first-image.image{
        height: 520px;
    }
    .brief-about .about-image.image{
        height: 480px;
    }
    .about.section-I .image{
        height: 500px;
    }
    .about.section-II{
        padding: 130px 0;
    }
    .team{
        background: linear-gradient(180deg, rgba(240,234,228,1) 450px, rgba(255,255,255,1) 100px);
    }
    .team .item .image{
        height: 480px;
    }
    .opinion .image{
        height: 145px;
        width: 145px;
    }
    .gallery-folders .big-heading{
        left: -226px;
    }
    .gallery-folders .folder .image{
        height: 470px;
    }
    .details .big-heading{
        left: -195px;
    }
    .post-item .image{
        height: 470px;
    }
    .pins ul li .img{
        height: 190px;
    }
    footer .footer-newsletter{
        top:-140px;
        margin-bottom: -140px;
    }
    footer .footer-newsletter{
        width: 290px;
    }
    .newsletter .modal-container .image{
        height: 400px;
    }
    .newsletter .newsletter-form input[type="text"],
    .newsletter .newsletter-form input[type="email"]{
        width: 100%;
    }

    /*---------------------------
        GALLERY
    ---------------------------*/
    .galleries .container{
        max-width: 440px;
    }
    .section-gallery.gallery-a .gallery-image{
        height: 420px;
    }
    .section-gallery.gallery-b .gallery-image{
        height: 380px;
    }

    .section-gallery.gallery-c .swiper .swiper-slide .gallery-image{
        height: 330px;
    }

    /*---------------------------
    POST-CONTENT
    ---------------------------*/
    .single-post{
        padding: 40px 0 80px;
    }
    .post-content{
        width: 440px;
    }
}
