#reviews{
    padding: 28px 0 36px;
    background: $color-red;   
    .review-col{
        .star{
            margin: 0 0 17px;
            padding: 0;
            li{
                list-style: none;
                display: inline-block;
                margin-right: 10px;
            }
        }
        p{
            font-family: $Avenir;
            font-style: italic;
            font-weight: normal;
            font-size: 24px;
            line-height: 30px;            
            color: $color-white;
            @media only screen and (max-width:1279px){
                font-weight: 500;
                font-size: 20px;
                line-height: 26px;
            }
        }
        .name{
            font-family: $Avenir;
            
            font-weight: 900;
            font-size: 16px;
            line-height: 18px;
            letter-spacing: -0.08px;
            color: $color-white;
            margin-top:14px; 

        }

    }   
    .text-lg-right{
        @media only screen and (max-width:767px){
            text-align: left !important;
            margin-top: 35px;
        }
        a{
            font-family: $Avenir;
            
            font-weight: 900;
            font-size: 16px;
            line-height: 19px;
            text-align: right;
            letter-spacing: 0.5px;
            color: $color-white;
            img{      
                margin-left: 20px;
                margin-bottom: 5px;
            }
            
        }
    }

}