.mt-10{
  margin-top: 10px;
}
.card-gray,
.get_price_allproducts {
    background: #EBEBEB;
}

.section-text {
  font-family: 'devanagari-regular';
  padding: 30px 27%;
  margin: 70px 0;
  font-size: 35px;
  text-transform: uppercase;
}


.section-text-title {
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 5px;
  line-height: 47px;
  letter-spacing: 2px;
  font-family: 'devanagari-regular';
}


.section-text-sub-title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: 'proxi_light';
  line-height: 18px;
  margin-top: 25px;
}


.section-text-samp {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: 'devanagari-regular';
  line-height: 16px;
}

h3.background:before {
  border-top: 1px solid #E7E7E7;
  content: "";
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 1000px) {

    .section-text {
        padding: 10px;
        margin: 0;
    }
  }
  
  @media screen and (max-width: 650px) {
  
    .section-text-title  {
        font-size: 30px;
        line-height: 31px;         
    }
  }

  @media screen and (max-width: 450px) {
  
    .section-text {
        font-size: 20px;
        line-height: 31px;         
    }
  }
  
  
  @media screen and (max-width: 320px) {
    .section-text-title {
        font-size: 20px;
        line-height: 21px;
        margin-top: 0;
    }

    .section-text-samp {
        font-size: 13px;
        margin: 13px;
    }

    .section-text-sub-title {
        font-size: 10px;
    }
  }
  


