body.single-case-study .content-media__body,
body.single-case-study .content-media__description,
body.single-case-study .project-perspectives__quote,
body.single-case-study .project-perspectives__attribution {
    font-size: 14px;
}

.hero__title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.hero__title:after {
    content: "";
    position: absolute;
    left: 0;
    border: 4px solid #ff6d00;
    bottom: 0;
    max-width: 50px;
    width: 45px !important;
}

.content-media {
    padding: 76px 0 76px 0;
}

.content-media__title {
    margin-bottom: 30px;
}

.project-perspectives__title:after,
.content-media__title:after {
    height: 5px;
}