@media (min-width: 1890px) {
    p{
        font-size: 16px;
        line-height: 28px;
    }

    .brief-about .background-image{
        width: 520px;
        height: 640px;
    }

    .details .item .image-big{
        height: 850px;
        width: 740px;
    }
    .details .item .image-small {
        height: 510px;
        width: 390px;
        right: 460px;
    }
    .details .item .content{
        width: 650px;
    }
    .details .item .included{
        width: 290px;
        left: 940px;
        padding: 40px;
    }
    .team{
        background: linear-gradient(rgba(238,223,209,1) 460px, rgb(255, 255, 255), 100px);
    }
    .pins ul li:nth-child(7){
        display: block;
    }
    .pins ul li:nth-child(1),
    .pins ul li:nth-child(2),
    .pins ul li:nth-child(3),
    .pins ul li:nth-child(4),
    .pins ul li:nth-child(5),
    .pins ul li:nth-child(6),
    .pins ul li:nth-child(7){
        width: calc(100% / 7)!important;
    }
    .pins ul li .img{
        height: 274px;
    }

    /*---------------------------
        GALLERY
    ---------------------------*/
    .section-gallery.gallery-a .gallery-image{
        height: 680px;
    }
    .section-gallery.gallery-b .gallery-image{
        height: 670px;
    }

    .post-content{
        font-size: 12px;
    }
}