section.editorial-study-abroad img,
section.editorial-study-abroad picture {
    width: 100%;
}
.editorial-study-abroad .background-image {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.editorial-study-abroad .heading-text {
    color: #d11e47;
    text-align: center;
    font-size: 8.5vw;
    text-transform: uppercase;
    line-height: 9vw;
}
.editorial-study-abroad .section-1 .heading-text {
    font-size: 12.5vw;
    line-height: 12vw;
}
.editorial-study-abroad .section-2 .background-image {
    min-height: 140vw;
}
.editorial-study-abroad .section-3 .background-image {
    min-height: 275vw;
}
.editorial-study-abroad .section-4 .background-image {
    min-height: 160vw;
}
.page-title {
    display: none;
}
.container.content-asset-container {
    padding: 0;
    max-width: none;
    display: block;
}
.editorial-study-abroad p {
    color: #272627;
    margin-bottom: 0;
}
.editorial-study-abroad .section {
    display: block;
    position: relative;
}
.editorial-study-abroad .heading {
    position: absolute;
    left: 0;
}
.editorial-study-abroad .content {
    position: absolute;
    letter-spacing: 0;
    bottom: 7vw;
    left: 0;
    color: #293474;
    text-align: center;
    width: 100%;
    text-align: center;
    font-size: 3vw;
    font-weight: 500;
    line-height: 1.5;
}
.editorial-study-abroad .heading {
    width: 100%;
}
/*  SECTION 1 */
.editorial-study-abroad .section-1 .heading {
    top: 33vw;
    width: 100%;
}
.editorial-study-abroad .section-1 .heading .heading-image {
    width: 100%;
}
.editorial-study-abroad .section-1 .content {
    padding: 0 5vw;
    top: 60vw;
    font-size: 4.8vw;
}
/*  SECTION 2 */
.editorial-study-abroad .section-2 .heading {
    top: -9vw;
    width: 100%;
}
.editorial-study-abroad .section-2 .content {
    top: 11vw;
    padding: 0 3vw;
}
/*  SECTION 3 */
.editorial-study-abroad .section-3 .heading {
    top: -3vw;
}
.editorial-study-abroad .section-3 .content {
    top: 129vw;
    padding: 0 3vw;
}
/*  SECTION 4 */
.editorial-study-abroad .section-4 .heading {
    top: -7vw;
}
.editorial-study-abroad .section-4 .content {
    top: 7vw;
    padding: 0 3vw;
}
/*  Desktop */
@media screen and (min-width: 768px) {
    .editorial-study-abroad .heading-text {
        width: 80vw;
        margin: 0 auto;
        font-size: 6.5vw;
        line-height: 7vw;
    }
    .editorial-study-abroad .section-1 .heading-text {
        font-size: 6.5vw;
        line-height: 7vw;
    }
    .editorial-study-abroad .section-1 .heading-text {
        text-align: center;
        font-size: 6.5vw;
    }
    .editorial-study-abroad .section-2 .heading-text,
    .editorial-study-abroad .section-4 .heading-text {
        text-align: left;
    }
    .editorial-study-abroad .section-2 .heading-text {
        width: 25vw;
    }
    .editorial-study-abroad .section-3 .heading-text {
        width: 42vw;
        text-align: right;
    }
    .editorial-study-abroad .section-4 .heading-text {
        width: 37vw;
    }
    .editorial-study-abroad .heading {
        width: auto;
        top: 0;
        left: 7vw;
    }
    .editorial-study-abroad .heading .heading-image {
        width: 50vw;
    }
    .editorial-study-abroad .content {
        max-width: 50vw;
        font-size: 1.1vw;
        text-align: left;
        padding: 0;
        line-height: 1.65;
    }
    .editorial-study-abroad .section-2 .background-image {
        min-height: 60vw;
    }
    .editorial-study-abroad .section-3 .background-image {
        min-height: 68vw;
    }
    .editorial-study-abroad .section-4 .background-image {
        min-height: 70vw;
    }
    /*  SECTION 1 */
    .editorial-study-abroad .section-1 .heading {
        top: 6.5vw;
        width: 100%;
        left: 0;
    }
    .editorial-study-abroad .section-1 .heading .heading-image {
        width: 100%;
    }
    .editorial-study-abroad .section-1 .content {
        top: 23vw;
        padding: 0 25vw;
        text-align: center;
        font-size: 1.4vw;
        max-width: none;
    }
    /*  SECTION 2 */
    .editorial-study-abroad .section-2 .heading {
        top: 0;
        width: auto;
    }
    .editorial-study-abroad .section-2 .content {
        top: 31vw;
        right: 0;
        left: auto;
        padding: 0 8vw 0 4vw;
    }
    /*  SECTION 3 */
    .editorial-study-abroad .section-3 .heading {
        top: 0;
        right: 8vw;
        left: auto;
    }
    .editorial-study-abroad .section-3 .content {
        top: 29vw;
        padding: 0 2vw 0 7vw;
    }
    .editorial-study-abroad .section-4 .heading {
        top: -2vw;
    }
    .editorial-study-abroad .section-4 .content {
        top: 12vw;
        padding: 0 0vw 0 7vw
    }
}
/* Animation */
@-webkit-keyframes customFadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 0.5em, 0);
        transform: translate3d(0, 0.5em, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes customFadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 0.5em, 0);
        transform: translate3d(0, 0.5em, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.editorial-study-abroad .has-animation .heading-image,
.editorial-study-abroad .has-animation p {
    opacity: 0;
}
.editorial-study-abroad .has-animation.load-animation .heading-image,
.editorial-study-abroad .has-animation.load-animation p {
    animation-name: customFadeInUp;
    animation-fill-mode: forwards;
    animation-duration: 0.8s;
}

/* btn */
.linkBtn {
    display: block;
    width: 14vw;
    margin: 2em 0 0 0;
    padding: 0.87em 0 0.75em;
    text-align: center;
    font-size: 1.1vw;
    font-weight: 700;
    line-height: 1;
    color: #272727;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 50px;
    box-shadow: 0 2px 7px -2px #333;
    transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
    .linkBtn {
        width: 35vw;
        margin: 1em auto 0;
        padding: 1em 0 0.8em;
        font-size: 2.25vw;
    }
}
/* @media screen and (max-width: 600px) {
    .linkBtn {
        font-size: 3vw;
        padding: 1em 0 0.8em;
    }
} */