.post_breadcrumbs_con{
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.post_main {
    padding: 122px 0 250px;
}
.post_main .content >.flex{
    align-items: flex-start;
}
.post_main .left{
    width: 69.44%;
}
.post_main .right{
    width: 23.61%;
    padding-top: 215px;
    position: sticky;
    top: -100px;
}
.post_main .meta {
    margin-bottom: 15px;
}
.post_main .meta span{
    font-size: 17px;
    color: #4f4f4f;
    text-transform: uppercase;
}
.post_main .meta span:nth-of-type(1){
    color: var(--primary);
    font-weight: 600;
    font-size: 18px;
    font-family: "Saira", sans-serif;
    margin-right: 14px;
}
.post_main h1{
    font-size: 50px;
    line-height: 58px;
    font-weight: 700;
    color: #0a0a0a;
    margin-bottom: 55px;
}

.post_main .img.img_cv{
    aspect-ratio: 998/640;
    position: relative;
}
.post_main .featured_image{
    position: relative;
}
.post_main .featured_image:before{
    content: "";
    width: 295px;
    height: 252px;
    position: absolute;
    z-index: 0;
    left: -9%;
    bottom: -8.125%;
    background: url('../img/post_details_mask1.svg') no-repeat center/contain;
}

.post_main .featured_image:after{
    content: "";
    width: 140px;
    height: 119px;
    position: absolute;
    z-index: 0;
    right: -4%;
    top: -6.25%;
    background: url('../img/post_details_mask2.svg') no-repeat center/contain;
}
.post_main .caption{
    font-size: 18px;
    color: #42454d;
    margin-top: 24px;
}

.post_main .post_details{
    padding-top: 60px;
}
.post_main .post_details p{
    font-size: 18px;
    line-height: 26px;
    color: #42454d;
}
.post_main .post_details p + p{
    margin-top: 25px;
}
.post_main .post_details h2{
    font-size: 34px;
    line-height: 58px;
    margin-bottom: 15px;
}

.post_main .post_details p + h2{
    margin-top: 80px;
} 

.post_main .post_details img{
    margin-top: 46px;
    max-width: 100%;
}

.post_main .post_details img + p, .post_main .post_details .wp-block-image + p{
    margin-top: 15px;
}

.post_main .post_details blockquote{
    padding: 36px 52px;
    background-color: #F4F4F6;
    border-left: 3px solid var(--primary);
    margin: 57px 0 90px;
    position: relative;
}
.post_main .post_details blockquote:after{
    content: "";
    width: 36px;
    height: 36px;
    background: url('../img/quote.svg') no-repeat center/contain;
    position: absolute;
    right: 42px;
    top: -14px;
}
.post_main .post_details blockquote p{
    font-family: "Saira", sans-serif;
    font-weight: 600;
    color: #0a0a0a;
    font-size: 22px;
}
.post_main .post_details blockquote p + p{
    margin-top: 11px;
}
.post_main .post_details blockquote p a{
    color: var(--primary);
}
.post_main .post_details ul{
    margin: 20px 0 60px;
}
.post_main .post_details ul li{
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #0a0a0a;
}
.post_main .post_details ul li:before{
    content: "◆";
    color: var(--primary);
    font-size: 10px;
    display: inline-block;
    margin-right: 14px;
}

.post_main .post_details{
    padding-bottom: 94px;
}
.post_main .bottom {
    padding-top: 20px;
    border-top: 1px solid #e4e4e7;
}
.post_main .bottom .tags{
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    gap: 13px;
}
.post_main .bottom .tags span{
    display: inline-block;
    line-height: 38px;
    font-weight: 500;
    color: #585859;
    font-size: 14px;
    font-family: "Saira", sans-serif;
    padding: 0 20px;
    background-color: #EFEFEF;
}

.post_main .bottom .shares strong{
    font-size: 15px;
    font-weight: 600;
    color: #6b6b70;
    font-family: "Saira", sans-serif;
    display: inline-block;
    margin-right: 11px;
}
.post_main .bottom .shares ul{
    display: flex;
    gap: 11px;
}
.post_main .bottom .shares ul li a{
    display: flex;
    border: 1px solid #e4e4e7;
    position: relative;
    justify-content: center;
    align-items: center;
    text-indent: -9888899px;
    width: 42px;
    height: 42px;
    transition: all 0.3s;
}
.post_main .bottom .shares ul li a:hover{
    background-color: var(--primary);
}
.post_main .bottom .shares ul li a:hover:after{
    filter: brightness(100);
}
.post_main .bottom .shares ul li a:after{
    content: "";
    width: 19px;
    height: 15px;
    display: inline-block;
    background: url('../img/facebook.svg') no-repeat center/contain;
    transition: all 0.3s;
}
.post_main .bottom .shares ul li.instagram a:after{
    background-image: url('../img/instagram.svg');
}
.post_main .bottom .shares ul li.youtube a:after{
    background-image: url('../img/youtube.svg');
}
.post_main .bottom .shares ul li.linkedin a:after{
    background-image: url('../img/linkedin.svg');
}
.post_main .bottom .shares ul li.x a:after{
    background-image: url('../img/x.svg');
}
.post_main .right .structure strong{
    font-size: 20px;
    font-weight: 700;
    display: block;
    color: #0a0a0a;
    text-transform: uppercase;
    margin-bottom: 26px;
}
.post_main .right .structure{
    padding: 28px 28px 40px;
    border: 1px solid #e5e9f0;
    margin-bottom: 25px;
}

.post_main .right .structure li a{
    font-size: 17px;
    font-family: "Saira", sans-serif;
    color: #42454d;
    display: flex;
    gap: 13px;
    transition: all 0.3s;
}
.post_main .right .structure li a::before{
    content: "";
    width: 2px;
    height: 24px;
    background-color: #e5e9f0;
    display: inline-block;
    transition: all 0.3s;

}
.post_main .right .structure li a:hover{
    color: var(--primary);
}
.post_main .right .structure li + li{
    margin-top: 9px;
}
.post_main .right .structure li.active a{
    color: var(--primary);
    font-weight: 600;
}
.post_main .right .structure li.active a:before{
    background-color: var(--primary);
}

.post_main .right .request{
    padding: 45px 52px 25px;
    background: url('../img/post_request_bg.svg') no-repeat center/cover;
    text-align: center;

}
.post_main .right .request strong{
    font-size: 24px;
    line-height: 32px;
    color: white;
    font-family: "Saira", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.post_main .right .request p{
    font-size: 17px;
    line-height: 27px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 10px;
}

.post_main .right .request .btn{
    margin-top: 38px;
}

.post_related{
    padding: 120px 0;
    background-color: #F4F4F4;
}
.post_related .head{
    margin-bottom: 40px;
}


@media screen and (max-width: 1500px){
    .post_main .right .request{
        padding: 20px;
    }
    .post_main .right .request .btn{
        font-size: 15px;
        justify-content: center;
    }
    .post_main .bottom .flex.between{
        flex-wrap: wrap;
        gap: 18px 24px;
    }
}
@media screen and (max-width: 1200px){
    .post_main .content >.flex{
        flex-flow: wrap;
    }
    .post_main .left{
        width: 100%;
    }
    .post_main .right{
        width: 100%;
        max-width: 500px;
        padding-top: 30px;
    }
}

/* ============ Responsive ============ */
@media screen and (max-width: 1024px){
    .post_main{
        padding: 80px 0 120px;
    }
    .post_main h1{
        font-size: 40px;
        line-height: 1.3;
        margin-bottom: 40px;
    }
    .post_main .right{
        padding-top: 0;
    }
    .post_related{
        padding: 80px 0;
    }

}

@media screen and (max-width: 768px){
    .post_main{
        padding: 50px 0 60px;
    }
    .post_main .content > .flex{
        flex-direction: column;
    }
    .post_main .left,
    .post_main .right{
        width: 100%;
    }
    .post_main .right{
        padding-top: 40px;
        position: static;
        top: auto;
    }
    .post_main .meta span{
        font-size: 15px;
    }
    .post_main .meta span:nth-of-type(1){
        font-size: 16px;
    }
    .post_main h1{
        font-size: 28px;
        margin-bottom: 30px;
    }
    .post_main .featured_image:before,
    .post_main .featured_image:after{
        display: none;
    }
    .post_main .caption{
        font-size: 15px;
        margin-top: 18px;
    }
    .post_main .post_details{
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .post_main .post_details p{
        font-size: 15px;
        line-height: 24px;
    }
    .post_main .post_details p + p{
        margin-top: 18px;
    }
    .post_main .post_details h2{
        font-size: 24px;
        line-height: 1.4;
    }
    .post_main .post_details p + h2{
        margin-top: 45px;
    }
    .post_main .post_details img{
        margin-top: 30px;
    }
    .post_main .post_details blockquote{
        padding: 28px 24px;
        margin: 35px 0 50px;
    }
    .post_main .post_details blockquote p{
        font-size: 18px;
    }
    .post_main .post_details ul{
        margin: 18px 0 40px;
    }
    .post_main .post_details ul li{
        font-size: 15px;
        line-height: 25px;
    }
    .post_main .right .structure{
        padding: 24px 22px 30px;
    }
    .post_main .right .request{
        padding: 35px 30px 25px;
    }
    .post_main .right .request strong{
        font-size: 20px;
        line-height: 28px;
    }
    .post_related{
        padding: 50px 0;
    }
    .post_related .head{
        margin-bottom: 25px;
    }
}
