.post_info_block{
    padding: 110px 0 44px 0;
}

.post_info_block .post_img_container{
    max-width: 1300px;
    border: 1px solid #bfa888;
    padding: 10px;
    position: relative;
    transition: all 0.3s ease-in-out;
    align-self: center;
}

.post_info_block .post_img_container img{
    object-fit: cover;
    width: 100%;
    height: 600px;
}

.post_info_block h1{
    font-family: "Cormorant Upright",serif;
    text-transform: uppercase;
    color: #000;
    font-size: 63px;
    line-height: .95em;
    letter-spacing: .05em;
    font-weight: 500;
    margin: 0 0 15px;
    word-wrap: break-word;
}

.post_info_block .quote_block{
    padding-top: 32px;
}

.post_info_block .w-40{
    width: 40%;
}

.post_info_block .w-60{
    width: 60%;
}

.post_info_block .side_pictures .pic_wrapper{
    padding: 0 10px;
    margin-bottom: 20px;
    width: 50%;
    height: 100%;
    display: flex;
    flex: 1 1 0;
}

.post_info_block .pic_container{
    padding: 10px;
    border: 1px solid #ddd;
    height: 100%;
    display: flex;
}

.post_info_block .pic_container img{
    width: 100%;
    object-fit: cover;
    height: 500px;
}

.post_info_block .bg_txt{
    margin: 0 auto;
    font-family: "Cormorant Upright",serif;
    font-size: 90px;
    line-height: .8em;
    font-weight: 700;
    letter-spacing: -.015em;
    text-transform: uppercase;
    color: #bfa888;
    opacity: .13;
    z-index: -1;
    position: absolute;
    top: -20px;
    left: -27px;
}

.subtitle_container{
    padding-top: 23px;
}

.subtitle_wrapper{
    padding: 10px;
}

.subtitle_wrapper h2{
    margin: 24px 0 13px;
    font-family: "Cormorant Upright",serif;
    text-transform: uppercase;
    color: #000;
    font-size: 52px;
    line-height: 1.05em;
    letter-spacing: .05em;
    font-weight: 500;
    word-wrap: break-word;
}

.subtitle_wrapper span{
    margin: 0 auto;
    font-family: "Cormorant Upright",serif;
    font-size: 115px;
    line-height: .8em;
    font-weight: 700;
    letter-spacing: -.015em;
    text-transform: uppercase;
    color: #bfa888;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .13;
    left: 0;
}


@media (max-width: 768px){
    .quote_block{
        flex-direction: column;
    }

    .quote_block .w-40{
        width: 100%;
    }

    .quote_block .w-60{
        width: 100%;
    }
}

@media (max-width: 576px){
    .side_pictures{
        flex-direction: column;
    }

    .side_pictures .pic_wrapper{
        width: 100% !important;
    }
	
	.bg_txt{
        display: none !important;
    }

    .subtitle_wrapper span{
        display: none;
    }
}