.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 1.5rem;
}

.mt-3 {
  margin-top: 2rem;
}

.mt-4 {
  margin-top: 2.5rem;
}

.mt-5 {
  margin-top: 3rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 1.5rem;
}

.mb-3 {
  margin-bottom: 2rem;
}

.mb-4 {
  margin-bottom: 2.5rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.text {
  border: none;
  background: none;
  padding: 0px 25px;
  line-height: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-shadow: none;
  line-height: 42px;
  color: #242424;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  text-transform: capitalize;
  -moz-transition: all 300ms linear 0s;
  -ms-transition: all 300ms linear 0s;
}

.text:hover {

  color: #23527c;
}

.s_main_text > h1,h2,h3,h4,h5,h6 {

  color: #333;

}

.contact-body {
  padding-top: 10px;
  padding-bottom: 5rem;
}

.hr-mx-1 {

  margin-left: 10px !important;
  margin-right: 10px !important;

}

.s_main_text p a {
  color: #1e4bb5 !important;
}

.description_product {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}