.articleOne {
    position: relative;
}
.motionImage {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
._an_motion {
    animation: linear infinite alternate;
    animation-name: motion;
    animation-duration: 5s;
}
.accessText {
    top: 150px;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0.5;
}
.aboutPage .accessText{
    left: 60px !important;
}

._oneBgThree {
    left: 536px;
    top: 139px;
}

._a_contentBox {
    top: 180px;
    margin: auto;
    padding-left: 50px;
}
.headingBox {
    position: relative;
    height: 60px;
    width: 400px;
    overflow: hidden;
}
.headingBox h1 {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0px;
    animation: ease;
    animation-name: slideUp;
    animation-duration: 1s;
}
.headingBox h1, .headingBox h1 > span {
    color: #393939;
    font-style: normal;
    font-weight: 500;
    font-size: 55px;
    line-height: 100.5%;
}

.element:after {
    animation: changeLetter 8s linear infinite alternate;
    content: "generation";
}

._descBox {
    position: relative;
    height: 130px;
    margin-bottom: 20px;
    width: 350px;
    overflow: hidden;
}
.aboutPage ._descBox{
    height: 321px !important;
    width: 551px !important;
}
._descBox > p {
    font-family: 'Barlow Condensed', sans-serif;
    position: absolute;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #646464;
    animation: ease-in-out;
    animation-name: slideUp;
    animation-duration: 1s;
}
.aboutPage ._descBox > p {
    font-family: 'Roboto', sans-serif !important;
    position: inherit !important;
    font-size: 16px !important;
    line-height: 24px !important;
}
/* ._a_contentBox {
    top: 0;
    bottom: 0;
    height: 240px;
} */
/* MEDIA DESKTOP */
@media screen and (min-width: 900px) {
    
    /* .aboutPage .motionImage > img {
        height: 109%;
    } */
    .articleOne .motionImage .image {
        width: 90%;
    }
}
/* MEDIA MOBILE */
@media screen and (max-width: 900px) {
    .motionImage > img {
        width: 100%;
    }
    .accessText {
        top: 30px;
    }
    .aboutPage .accessText {
        left: 27px !important;
        top: 30px;
    }
    .accessText > img {
        width: 60%;
    }
    ._a_contentBox {
        top: 40px;
        padding: 15px;
        width: 100%;
    }
    .headingBox {
        width: 100%;
    }
    .headingBox h1, .headingBox h1 > span {
        font-size: 40px;
    }
    ._descBox {
        width: 100%;
        height: 110px;
    }
    ._descBox > p {
        margin-top: 0px;
    }
    .aboutPage ._descBox{
        height: 350px !important;
    }
    ._oneBgThree {
        left: 0;
        top: 280px;
        width: 320px;
        right: 0;
        margin: auto;
        padding: 10px;
    }
    ._oneBgThree > img {
        width: 100%;
    }
}