.post--draw-page-post {
    font-family: "Helvetica", "Arial", "Helvetica", sans-serif;
    text-align: left;
}
.post--draw-page-post > .feature-image {
    height: 450px;
    width: 100%;
    position: relative;
}

.post--draw-page-post > .feature-image > .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: no-repeat center center;
    background-size: cover;
}

.post--draw-page-post .post--draw-page-post-content {
    padding-top: 126px;
    text-align: left;
    @media(max-width: 768px){
        padding-top: 100px;
    }
}

.post--draw-page-post .post--draw-page-post-content > .title {
    border-bottom: 2px solid #8f8f8f;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.page-content-fixed-width-centered--inter{
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 1500px;
    @media(max-width: 1920px){
        width: calc(100vw*1500/1920);
    }
    @media(max-width: 1440px){
        width: 1125px; 
    }
    @media(max-width: 1280px){
        width: calc(100vw*1125/1280);  
    }
}

.page-content-fixed-width-centered > .container {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.post--draw-page-post .post--draw-page-post-content > .title .title-content {
    text-align: left;
    font-family: "GothamHTFCond", "Arial", "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 90px;
    font-size: 9rem;
    display: block;
    width: 100%;
    max-width: 760px;
    text-transform: uppercase;
    @media(max-width: 1349px){
        font-size: 7rem;
    }
}

.post--draw-page-post .post--draw-page-post-content .inner-post {
    text-align: left;
    font-size: 0;
}

.inner-post{
    display: flex;
    flex-wrap: nowrap;
    @media(max-width: 768px){
        flex-wrap: wrap;
    }
}

.left{
    width: 50%;
    padding-right: 20px;
    @media(max-width: 768px){
        width: 100%;
        padding-right: 0;
    }
}
.right{
    width: 50%;
    padding-left: 20px;
    @media(max-width: 768px){
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
}
.text-format-interview h3,
.text-format-interview h4,
.text-format-interview h5,
.text-format-interview h6,
.text-format-interview p,
.text-format-interview ul,
.text-format-interview li{
    font-size: 1.9rem;
    line-height: 1.2;
    font-family: "Helvetica", "Arial", "Helvetica", sans-serif;
    text-align: left;
    padding-bottom: 12px;
    text-align: left;
}

.text-format-interview strong,
.text-format-interview b {
    font-family: 'HelveticaBold', "Arial", "Helvetica", sans-serif;
    font-weight: bold;
}

.text-format-interview li{
    display: flex;
    padding-bottom: 10px;
}

.text-format-interview li:before{
    content: "—";
    display: block;
    margin-right: 5px;
}

.text-format-interview h1,
.text-format-interview h2{
    border-top: 1px solid #8f8f8f;
    border-bottom: 1px solid #8f8f8f;
    padding: 28px 47px 16px 0;
    width: 100%;
    box-sizing: border-box;
    font-family: 'GothamHTFCond', "Arial", "Helvetica", sans-serif;
    font-weight: bold;
    text-align: left;
    font-size: 6.5rem;
    margin-bottom: 12px;
}

.post-inter__image img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    margin-bottom: 15px;
}
