.avis {
    padding: 0 170px 0 170px;
    margin-top: 110px;
    /*outline: red 1px solid;*/
}

.avis_bloc {
    width: 100%;
    padding: 40px;
    border-radius: 15px;
    /*outline: blue 1px solid;*/
    background-color: #F5EFEB;
}

.avis_bloc_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*outline: green 1px solid;*/
}

.avis_bloc_picture {
    width: 355px;
    height: 355px;
    /*outline: orange 1px solid;*/
}

.img_avis {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avis_bloc_text_content {
    width: 870px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*outline: purple 1px solid;*/
}

.h2-avis {
    font-weight: 600;
    font-size: 36px;
    font-style: normal;
    line-height: 52px;
}

.p-name-person-avis {
    font-weight: 400;
    font-size: 15px;
    font-style: normal;
    line-height: 27px;
    color: rgb(92, 88, 86);
}

.plus-avis {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    max-width: 190px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #4b2aad;
    color: #ffffff;
    border-radius: 50px;
    margin-top: 10px;
}

.plus-avis:hover {
    background-color: #372275;
    .fa-arrow-right {
        transform: translateX(5px);
    }
}

.p-plus-avis {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    margin-right: 5px;
    color: #ffffff;
}

.img-example-review {
    width: 340px;
}