@media(max-width:1580px){
    .jewelry-section .jewelry-text{
        padding:0px !important;
    }
}
@media(max-width:1360px){
    .jewelry-section .jewelry_wrapper_text {
        padding:0px 10px !important;
    }
}
@media(max-width:1199px){
    .jewelry-section .jewelry_wrapper_text {
       padding: 10px !important;

    }
}
@media(max-width:575px){
    .jewelry-section  {
        padding:0px 10px !important;
    }
    .row-cols-2>*{
        width:100% !important;
    }
    .footer .col-md-4{
        text-align: center;
    }
    .features-section{
        padding: 0px;
    }
    .line-section{
        padding: 15px 0px !important;
    }
    .finish .jewelry-section .jewelry-text {
        padding: 0px !important;
    }
}