.articleFour {
    position: relative;
    padding-top: 200px;
}
._explore {
    left: 50px;
    top: 163px;
}
/* ._fourBgTwo {} */
._fourBgTwo > img {
    width: 90%;
}
._fourBgThree {
    top: 360px;
    right: 19%;
    width: 400px;
}
._fourBgThree > img {
    width: 100%;
}

.fourArticleContent {
    padding-left: 50px;
    top: 230px;
    width: 100%;
    max-width: 510px;
}
.fourArticleContent > h1 {
    margin: 0px 0px 25px 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 106%;
    color: #CB3237;
}
.fourArticleContent > h5 {
    font-family: 'Barlow Condensed', sans-serif;
    margin: 0px 0px 20px 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
}
.fourArticleContent > p {
    margin: 0px 0px 15px 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #646464;
}

/* EXTRA LARGE */
@media screen and (min-width: 1490px) {
    ._fourBgThree {
        width: auto;
    }
}
/* MOBILE */
@media screen and (max-width: 900px) {
    .articleFour {
        padding-top: 80px;
        min-height: 100vh !important;
    }
    ._explore {
        left: 0;
        padding: 10px;
        top: 25px;
    }
    ._explore > img {
        width: 100%;
    }
    ._fourBgTwo {
        margin-top: 150px;
    }
    .fourArticleContent {
        padding: 15px;
        top: 70px;
    }
    ._fourBgThree {
        width: auto;
        text-align: center;
    }
    ._fourBgThree > img {
        width: 65%;
    }
    .fourArticleContent > h1 {
        font-size: 28px;
        margin-bottom: 12px;
    }
    .fourArticleContent > h5 {
        font-size: 22px;
        line-height: 22px;
    }
}