/* Single post  */

.single-post-hero h1 {
    margin-bottom: 1rem;
    font-size: 120px;
    line-height: 1;
    letter-spacing: -3.6px;
    font-weight: normal;
}

@media only screen and (max-width: 1500px) {
    .single-post-hero h1 {
        font-size: 7.5VW;
    }
}

@media only screen and (max-width: 1199px) {
    .single-post-hero h1 {
        font-size: 51px;
        letter-spacing: -1.53px;
    }
}

@media only screen and (max-width: 767px) {
    .single-post-hero h1 {
        font-size: 51px;
        letter-spacing: -1.53px;
    }
}

@media only screen and (max-width: 414px) {
    .single-post-hero h1 {
        font-size: 12.318840579710146VW;
    }
}

.single-post-hero h1,
.single-post-hero h2 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.content-post-narrow {
    padding: 40px 0 20px 0;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.content-post-narrow h1 {
    font-size: 120px;
    line-height: 1;
    letter-spacing: -3.6px;
    font-weight: normal;
    margin-bottom: 34px;
}

@media only screen and (max-width: 1500px) {
    .content-post-narrow h1 {
        font-size: 7.5VW;
    }
}

@media only screen and (max-width: 1199px) {
    .content-post-narrow h1 {
        font-size: 51px;
        letter-spacing: -1.53px;
    }
}

@media only screen and (max-width: 767px) {
    .content-post-narrow h1 {
        font-size: 51px;
        letter-spacing: -1.53px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 414px) {
    .content-post-narrow h1 {
        font-size: 12.318840579710146VW;
    }
}

.content-post-narrow--left {
    margin-left: 0;
}

.content-post-narrow p,
.content-post-narrow h2,
.content-post-narrow h3,
.content-post-narrow h4 {
    margin-bottom: 32px;
}

.content-post-narrow p:last-of-type {
    margin-bottom: 0;
}

.content-post-narrow h2,
.content-post-narrow h3,
.content-post-narrow h4 {
    margin-top: 40px;
}

.content-post-narrow h5,
.content-post-narrow h6 {
    margin-bottom: 24px;
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .content-post-narrow {
        padding: 20px 0 10px 0;
    }
    .content-post-narrow p,
    .content-post-narrow h2,
    .content-post-narrow h3,
    .content-post-narrow h4 {
        margin-bottom: 24px;
    }
    .content-post-narrow h2,
    .content-post-narrow h3,
    .content-post-narrow h4 {
        margin-top: 34px;
    }
    .content-post-narrow h5,
    .content-post-narrow h6 {
        margin-bottom: 20px;
        margin-top: 25px;
    }
}