.get-quote-section-with-location {
  margin: 30px auto 0;
  max-width: 1050px;
  padding: 0 15px;
}

.get-quote-section-with-location__title {
  text-align: center;
}

.get-quote-section-with-location__description {
  text-align: center;
}

.get-quote-section-with-location .with-mob {
  display: none;
}

@media screen and (min-width: 767px) {
  .get-quote-section-with-location .with-mob {
    display: block;
  }

  .get-quote-section-with-location .mob {
    display: none;
  }
}