.contact-us-main .info-box {
  padding: 1.25rem;
  background-color: rgb(250, 250, 250);
  border: 1px solid rgb(165, 165, 165);
  border-radius: 7px;
}
.contact-us-main .box-icon {
  max-height: 39px;
}
.contact-us-main .info-box {
  border-color: rgb(212, 212, 212);
  padding: 1rem;
  padding-right: 0.75rem;
}
.contact-us-main .containers {
  display: grid;
  gap: 2rem;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
}
.contact-us-main .customer-service-phone-number {
  color: #000;
}
.contact-us-main .customer-service-phone-number a {
  color: #000;
}
.contact-us-main .schedule-times p {
  width: 50%;
}

@media only screen and (max-width: 992px) {
  .contact-us-main .containers {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .contact-us-main {
    color: rgb(89, 89, 89);
  }
  .contact-us-main .containers {
    grid-auto-rows: auto;
    grid-template-columns: repeat(1, 1fr);
  }
  .contact-us-main .customer-service-phone-number {
    color: rgb(89, 89, 89);
    font-weight: 500;
    font-size: 1.5rem;
  }
  .contact-us-main .customer-service-phone-number a {
    color: rgb(89, 89, 89);
  }
  .contact-us-main .schedule-times .schedule-day {
    font-weight: 500;
  }
  .contact-us-main .schedule-times p {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .contact-us-main #question-note-app {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
  }
}
