#counselling ._content_{
    margin: auto;
    max-width: 1185px;
}

#counselling ._content_>*:nth-child(1)>img:nth-child(1){
    position: relative;
    z-index: 2;
}
#counselling ._content_>*:nth-child(1)>img:nth-child(2){
    position: relative;
    right: -13%;
    top: 34px;
}

#counselling ._content_>*:nth-child(2)>img:nth-child(2){
    position: relative;
    z-index: 2;
}
#counselling ._content_>*:nth-child(2)>img:nth-child(1){
    position: relative;
    left: -19%;
    top: 48px;
}

#counselling ._content_>*:nth-child(1)>strong{
    position: absolute;
    font-size: 3rem;
    width: 250px;
    top: 49%;
    right: 40%;
}
#counselling ._content_>*:nth-child(2)>strong{
    position: absolute;
    font-size: 3rem;
    width: 250px;
    top: 51%;
    left: 35%;
}

@media screen and (max-width: 1229px) {
    #counselling ._content_{
        max-width: 700px;
    }
    
    #counselling ._content_>*:nth-child(1)>img:nth-child(1){
        width: 200px;
    }
    #counselling ._content_>*:nth-child(1)>img:nth-child(2){
        width: 400px;
        right: -13%;
        top: 7px;
    }

    #counselling ._content_>*:nth-child(2)>img:nth-child(2){
        width: 200px;
    }
    #counselling ._content_>*:nth-child(2)>img:nth-child(1){
        width: 400px;
        left: -19%;
        top: 25px;
    }

    #counselling ._content_>*:nth-child(1)>strong{
        font-size: 34px;
        top: 38%;
        right: 29%;
    }
    #counselling ._content_>*:nth-child(2)>strong{
        font-size: 34px;
        top: 48%;
        left: 26%;
    }
}

@media screen and (max-width: 630px) {
    #counselling ._content_{
        max-width: 400px;
    }
    
    #counselling ._content_>*:nth-child(1)>img:nth-child(1){
        width: 130px;
    }
    #counselling ._content_>*:nth-child(1)>img:nth-child(2){
        width: 200px;
        right: -13%;
        top: 7px;
    }

    #counselling ._content_>*:nth-child(2)>img:nth-child(2){
        width: 130px;
    }
    #counselling ._content_>*:nth-child(2)>img:nth-child(1){
        width: 200px;
        left: -19%;
        top: 15px;
    }

    #counselling ._content_>*:nth-child(1)>strong{
        width: 100px;
        font-size: 20px;
        top: 42%;
        right: 122px;
    }
    #counselling ._content_>*:nth-child(2)>strong{
        width: 150px;
        font-size: 20px;
        top: 50%;
        right: 120px;
    }
}

/* //////////////////////////////// */
#counselling1>._content_{
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#counselling1>._content_>div{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    right: -165px;
}
#counselling1>._content_>div>*{
    transition: all .2s linear;
    position: relative;
    margin: 5px 0;
    cursor: pointer;
}
#counselling1>._content_>div>*:hover{
    transform: translateX(-30px);
}
#counselling1>._content_>div>*>strong{
    position: absolute;
    color: white;
    font-size: 2rem;
    right: 103px;
    top: 36%;
}

@media screen and (max-width: 1170px) {
    #counselling1>._content_{
        flex-direction: column;
    }
    #counselling1>._content_>img:nth-child(2){
        display: none;
    }
    #counselling1>._content_>div{
        right: 0px;
    }
}

@media screen and (max-width: 550px){
    #counselling1>._content_>img:nth-child(1){
        width: 230px;
    }
    #counselling1>._content_>div>*>img{
        width: 300px;
    }
    #counselling1>._content_>div>*>strong{
        right: 59px;
        top: 33%;
    }
}