@import url(./global.css);

.enquiries-flex {
  margin-bottom: 5rem;
}

.enquiries-flex__header {
  margin-top: 10rem;
}

.enquiries-flex__btn {
  cursor: pointer;
  border: none;
  padding: 0.8rem 3rem;
  margin-top: 3rem;
  font-size: 1.5rem;
  font-family: var(--brand-font-mono), 'Courier New', 'Courier New', Courier, monospace;
  font-weight: 400;
  background-color: rgba(255, 128, 0, 1);
  color: rgba(0, 0, 0, 0.7);
  transition: 0.3s ease;
}

.enquiries-flex__btn:hover {
  background-color: rgb(226, 114, 2);
}

#btn-text-b {
  display: inline-block;
  transition: 0.4s ease;
}

.enquiries-flex__btn:hover #btn-text-a {
  transform: scale(0.9);
}

@media (max-width: 476px) {
  .enquiries-flex__header {
    margin-top: 2rem;
  }
}

@media (max-width: 370px) {
  .enquiries-flex {
    padding: 1.4rem 2rem;
  }

  .enquiries-flex .page-flex__text-body {
    font-size: 1rem;
  }

  .enquiries-flex__btn {
    margin-top: 2rem;
    padding: 1rem 3rem;
    font-size: 1.2rem;
  }
}
