.call-to-action-6 {
  display: none !important;
}
.submit-styled-button {
  color: var(--white);
  border: 1px solid;
  background-color: var(--ltn__primary-color);
  border-color: var(--ltn__primary-color);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  width: 18%;
  margin-top: 0;
}
.find-on-map {
  width: 240px !important;
}

@media only screen and (max-width: 600px) {
  .find-on-map {
    height: 60px;
    border-radius: 12px !important;
    padding-left: 20px !important;
    border: solid #000 1px !important;
    background-color: #f8f9fa !important;
  }

  .find-on-map {
    height: 45px !important;
    border-radius: 4px !important;
    border-color: #dbdbdb !important;
    background-color: white !important;
  }
}
