.header {
    position: relative;
}

.main__r-details {
    padding: 10px 0;
}

.r-details__left .r-details__avatar {
    position: sticky;
    top: 10px;
    font-size: 15px;
    padding: 22.5px;
    background-color: #fdf5f5;
}

.avatar__title .avatar__title--name {
    font-size: 18px;
    text-align: center;
    color: #da2032;
}

.avatar__img {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.avatar__img img {
    max-width: 100%;
    width: 138px;
    border-radius: 100%;
}

.avatar__contact,
.avatar__contact a {
    text-align: center;
    color: #f68075;
}

.avatar__contact a:hover {
    text-decoration: none;
}

.btn__contact {
    display: flex;
    justify-content: center;
    margin: 20px 0 0 0;
}

.r-details__right {
    height: 100% !important;
}

.r-details__info--customer {
    background-image: url(/image/bgr-testimonial2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding: 30px;
}

.info--customer__details {
    display: flex;
    flex-wrap: wrap;
}

.info--customer__img img {
    max-width: 130px;
    height: 130px;
    border-radius: 100%;
}

.info--customer__text .text__title--name {
    font-size: 20px;
    color: #0a68b3;
    margin: 10px 0 5px;
}

.text__info--details {
    font-size: 12px;
}

.info--customer__text {
    margin: 0 15px;
    line-height: 20px;
}

.avatar__contact {
    white-space: nowrap;
}

.r-details__left {
    padding: 0;
}

.r-details__avatar {
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 8%);
}


/* responsive mobile */

@media screen and (max-width:767px) {
    .info--customer__details {
        justify-content: center;
    }
    .r-details__avatar {
        display: none;
    }
}