.articleThree {
    position: relative;
    padding-top: 200px;
}
.servicesImgBg {
    z-index: -1;
    left: 50px;
    top: 138px;
}
.rotateImgBg {
    z-index: -1;
    left: 420px;
}
.rotateImgBg > img {
    width: 80%;
}

.threeArticleContent {
    width: 100%;
    max-width: 750px;
    position: relative;
    padding-left: 50px;
}
.ser_heading {
    width: auto;
    height: auto;
    overflow: hidden;
    margin-bottom: 12px;
}
.aos-animate .ser_heading > h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    /* line-height: 28px; */
    color: #CB3237;
    animation: ease;
    animation-name: slideUp;
    animation-duration: 1s;
    overflow: hidden;
    margin: 0px;
}
._rowBox {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    opacity: 0;
}
._subHeader {
    overflow: hidden;
}
.aos-animate ._subHeader > h5 {
    margin: 0px 0px 15px 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    animation: ease-in-out;
    animation-name: slideUp;
    animation-duration: 1s;
}
._rowBox ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
    max-width: 550px;
}
._rowBox ul li {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
    margin-right: 10px;
    width: 250px;
    animation: fadeinPara 4s;
    -moz-animation: fadeinPara 4s; /* Firefox */
    -webkit-animation: fadeinPara 4s; /* Safari and Chrome */
    -o-animation: fadeinPara 4s; /* Opera */
}
._rowBox ul li span {
    font-family: 'Roboto', sans-serif;
    display: flex;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #646464;
}
._rowBox ul li span:nth-child(1) {
    margin-right: 10px;
    font-weight: bold;
}
._rowBox ul li span:nth-child(2) {
    flex: 1;
}

.cercle360 {
    width: 50px;
    height: 50px;
    /* top: 461px; */
    top: 200px;
    left: 760px;
}
.cercle360 > img {
    width: 100%;
}
.lineImage {
    width: 150px;
    /* top: 482px; */
    top: 223px;
    left: 820px;
}
.lineImage img {
    width: 100%;;
}

._rowBox ._box_explore {
    display: flex;
    flex-direction: column;
    margin: 5px 0 0 25px;
}
._rowBox ._box_explore > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100px;
    text-decoration: none;
    padding: 5px 7.5px 5px 15px;
    margin-left: -13px;
    transition: all 1s;
}
._rowBox ._box_explore > a:hover {
    background-color: red;
    color: #ffffff;
    border-radius: 15px;
    margin-left: 0px;
}
._rowBox ._box_explore > a:hover span {
    color: #ffffff;
}
._rowBox ._box_explore > a:hover ._box_icon svg path {
    fill: #ffffff;
}
._rowBox ._box_explore > a > span {
    display: flex;
    flex-direction: column;
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #CB3237;
}
._rowBox ._box_explore > a > span._box_icon {
    margin-top: 3px;
}
/* MOBILE */
@media screen and (max-width: 900px) {
    .articleThree {
        padding-top: 45px;
    }
    .threeArticleContent {
        padding: 15px;
    }
    .servicesImgBg {
        left: 0;
        padding: 15px;
        top: 10px;
    }
    .servicesImgBg > img {
        width: 100%;
    }
    .rotateImgBg > img {
        width: 100%;
    }
    ._rowBox ul li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 9px;
    }
    .rotateImgBg {
        right: 0;
        left: 15px;
        top: 75px;
        width: 440px;
        height: 450px;
    }
    .cercle360 {
        display: none;
        top: 476px !important;
        right: inherit;
        left: 259px;
    }
    .lineImage {
        display: none;
        width: 65px;
        top: 494px;
        left: 310px;
    }
    .threeArticleContent > h1 {
        font-size: 28px;
    }
    ._rowBox > h5 {
        font-size: 22px;
    }
}
/* DESKTOP */
/* @media screen and (max-width: 900px) {} */