.block_rev{
    width: 100%;
    margin: 0 auto;
    text-align: center; 
    
}

.reviews{
    height: 523px;
    background-color: #fff;
    padding: 96px 0 103px 0;
}



.img_quit{
    position: absolute; 
    left: 30%;
    width: 165px;
    height: 165px;
    object-fit: contain;
    
}


.stars1{
    position: relative;
            width: 24px;
            height: 24px;
            text-align: center;
            
    
    }
    .stars2{
        position: relative;
            width: 24px;
            height: 24px;
            text-align: center;
            
    
    }
    .stars3{
        position: relative;
            width: 24px;
            height: 24px;
            text-align: center;
                    
        
        }
    .stars4{
        position: relative;
            width: 24px;
            height: 24px;
            text-align: center;
                
        
        }
        .stars5{
            position: relative;
                width: 24px;
                height: 24px;
                text-align: center;        
            
            }


    .rev_number{
        display: inline-block;
        position: relative;
        font-family: Roboto;
        font-size: 14px;
        text-align: center;
        color: #4f4f4f;
        margin-bottom: 26px;

        
    }

.rev_h3{
    position: relative;
    margin-bottom: 32px;
    font-family: Roboto;
    font-size: 27px;
    font-weight: 500;
    text-align: center;
    color: #c502b1;
}

.rev_revtext{
    position: relative;
    margin-bottom: 30px;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.39;
    text-align: center;
    color: #333;
}

.rev_autor{
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #000;
}

.rev_arrowl{
    position: relative;
    width: 48px;
    height: 48px;
    object-fit: contain;
    float: left;
    text-align: center;
    margin-left: 194px;
}

.rev_arrowr{
    position: relative;
    width: 48px;
    height: 48px;
    object-fit: contain;
    float: right;
    text-align: center;
    margin-right: 194px;
}

.rev_circle{
    display: flex;
    justify-content: center;
    text-align: center;
}

 .rev_circle1{
    min-width: 10px;
    min-height: 10px;
    text-align: center;
    float: center;
    margin-top: 58px;
    margin-right: 9px; 
    background-color: #c502b1;
    border-radius: 100px;
    
}

.rev_circle2, .rev_circle3, .rev_circle4, .rev_circle5{
    width: 10px;
    height: 10px;
    border: solid 1px #c502b1;
    border-radius: 100px;
    margin-top: 58px;
    margin-right: 9px;
    text-align: center;
    float: center;

} 
