/*
@section: Tradicional; */
.tradicional{
    .left{
        p{
            width: 100%;
        }
    }
    
    .right{

        
        .scroll-products{        
            ul{          
                li{
                    margin-right: 20px;
                    
                    &:first-child{
                        margin-top: 47px;
                    }
                    
                    &:last-child{
                        margin-top: -80px;
                    }
                }
            }
        }
    }
}




