h2.location__title {
  font-size: 25px !important;
  font-variant: normal;
  font-weight: bold;
}

.location p {
  margin: 0 0 15px;
  font-size: 18px !important;
  line-height: 24px;
  font-family: "Quattrocento", serif !important;
  font-weight: 400;
  color: #555555;
}

.location strong {
  margin: 0 0 15px;
  font-size: 18px !important;
  line-height: 24px;
  font-family: "Quattrocento", serif !important;
  font-weight: 700;
  color: #555555;
}

.location .btn {
  position: relative;
  z-index: 1;
  margin-top: 4px;
  background-color: transparent;
  padding: 15px 10px !important;
  color: #195687;
  min-width: 280px;
  font-family: "Quattrocento", serif !important;
  font-weight: 700;
  font-size: 25px;
  transition: all 0.3s;
  border: 6px solid #195687 !important;
  border-radius: 0;
  letter-spacing: normal;
}

.location .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #f18705;
  color: #fff !important;
}
.location .btn:hover,
.location .btn:focus,
.location .btn:active {
  background: #195687;
  color: #fff !important;
}
.location .btn:focus {
  box-shadow: none;
  background-color: #195687;
  color: #fff;
}
::-moz-selection {
  color: #fff;
  background: #195687;
}
::selection {
  color: #fff;
  background: #195687;
}

@media (min-width: 991.98px) {
  .location .btn {
    min-width: 350px;
    font-size: 25px;
    line-height: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
