._profile {
    padding-bottom: 50px;
    border-bottom: 1px solid #e5e5e5;    
}

.profile__img {
    background-size: 40%;
    background-position-x: 50%;
    background-repeat: no-repeat;
    min-height: 700px;
    padding-top: 370px;
    margin-top: 30px;
}

.profile__img_left {
    background-image: url(../../img/erica.png);
    border-right: 1px solid #e5e5e5;
}
.profile__img_right {
    background-image: url(../../img/lorena.png);
}


@media screen and (min-width: 992px) and (max-width: 1500px) {
    .profile__img {
        padding-top: 400px;
    }
}

@media screen and (max-width: 991px) {
    .profile__img_left {
        padding-bottom: 50px;
        border-right: none;
        border-bottom: 1px solid #E5E5E5;
    }

    .profile__desc {
        padding-top: 0;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    ._profile {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 620px) {
    .profile__img {
        padding-top: 400px;
    }
}

@media screen and (max-width: 480px) {
    .profile__img {
        padding-top: 300px;
    }
}

@media screen and (max-width: 400px) {
    .profile__img {
        padding-top: 250px;
    }
}