.articleTwo {
    position: relative;
    padding-top: 200px;
}
.twoMotionImage {
    top: 0;
    left: 330px;
    width: auto;
    height: auto;
}
.twoMotionMobile {
    top: 200px;
    left: 500px;
    width: auto;
    height: auto;
}
.articleTwoText {
    width: auto;
    /* top: 7px; */
    top: 110px;
    left: 50px;
}
.articleTwoConent {
    width: 100%;
    height: auto;
    margin-top: -53px;
    padding-left: 50px;
    position: relative;
    max-width: 510px;
}
._twoHeadingtext {
    width: auto;
    height: auto;
    overflow: hidden;
}
.aos-animate ._twoHeadingtext > h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 98.5%;
    color: #CB3237;
    margin: 0px;
    padding-bottom: 8px;
    animation: ease;
    animation-name: slideUp;
    animation-duration: 1s;
}
.aos-animate ._subHeader > h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    margin: 5px 0px 0px 0px;
    animation: ease-in-out;
    animation-name: slideUp;
    animation-duration: 1s;
    /* animation-delay: .5s; */
}

/* Extra Large */
@media screen and (min-width: 1480px) {
    .twoMotionImage {
        top: 0;
        left: 400px;
        width: auto;
        height: auto;
    }
    .twoMotionMobile {
        top: 200px;
        left: 570px;
        width: auto;
        height: auto;
    }
}
/* MEDIA Desktop */
@media screen and (min-width: 900px) {
    .articleTwoConent {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 480px;
    }
}
/* MEDIA MOBILE */
@media screen and (max-width: 900px) {
    .articleTwo {
        padding-top: 100px;
    }
    .articleTwoConent {
        padding: 15px;
    }
    .twoMotionImage {
        left: 0;
        top: 150px;
    }
    .twoMotionImage > img {
        width: 100%;
    }
    .twoMotionMobile {
        top: 550px;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: -30px;
    }
    .twoMotionMobile > img {
        width: 100%;
    }
    .aos-animate ._twoHeadingtext > h1 {
        font-size: 28px;
        line-height: 35px;
    }
    .aos-animate ._subHeader > h2 {
        font-size: 22px;
        line-height: 21px;
    }
    /* .aos-animate ._para p {
        font-size: 16px;
    } */
    .articleTwoText {
        top: 100px;
        left: 17px;
    }
    .articleTwoText > img {
        width: 80%;
    }
    .articleTwoConent {
        margin-top: 25px;
    }
    div[data-section] > div#about {
        min-height: 80vh !important;
    }
    div[data-section] > div#aboutContact {
        min-height: 70vh !important;
    }
}

@media (min-height: 730px) and (max-width: 900px) { 
    .articleTwo {
        padding-top: 0px !important;
    }
    .articleTwoText {
        top: -30px;
    }

    div[data-section] > div#home {
        min-height: 70vh;
    }

    div[data-section] > div#about {
        min-height: 60vh !important;
    }
}