.retailor-img {
    -webkit-mask-image: url('../images/meet-giselle-mask.png');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    position: absolute;
    height: 320px;
    width: 273px;
    position: absolute;
    right: 0;
    z-index: -1;
}
.retailor-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.meet-the-retailor {
    position: relative;
    padding: 208px 0 160px;
    z-index: 1;
    overflow: hidden;
}
.meet-the-retailor .content-block {
    max-width: 694px;
    margin: auto;
    text-align: center;
}

.retailor-img.author-image {
    top: 131px;
    right: 20px;
}

.retailor-img.author-home-img {
    top: -150px;
    right: 166px;
}
.meet-the-retailor .content-block .h6 {
    margin-bottom: 18px;
}

.meet-the-retailor .content-block h2 {
    margin-bottom: 36px;
}

.meet-the-retailor .content-block .h4 {
    color: #BAC7B5;
    margin-bottom: 40px;
}

.meet-the-retailor .content-block p {
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
}

.meet-the-retailor .content-block .btn {
    margin-top: 40px;
}
@media only screen and (max-width:1199px){
   .retailor-img {
        height: 230px;
        width: 203px;
    }
    .meet-the-retailor .content-block {
        max-width: 520px;
    }
    .retailor-img.author-home-img {
        top: -70px;
        right: 135px;
    }
    .meet-the-retailor {
        padding: 120px 0 160px;
    }
}
@media only screen and (max-width:991px){
    .retailor-img {
        height: 180px;
        width: 153px;
    }
    .retailor-img.author-image {
        top: 80px;
        right: 20px;
    }
    .retailor-img.author-home-img {
        top: -80px;
        right: 105px;
    }
    .meet-the-retailor .content-block {
        max-width: 420px;
    }
    .meet-the-retailor {
        padding: 100px 0 100px;
    }
}
@media only screen and (max-width:767px){
    .retailor-img {
        height: 180px;
        width: 153px;
    }
    .retailor-img.author-image {
        top: 65px;
        right: 20px;
    }
    .retailor-img.author-home-img {
        top: -90px;
        right: 115px;
    }
    .meet-the-retailor {
        padding: 270px 0 80px;
    }
}