/* emergencyAppointmentSec */
.emergencyAppointmentSec .headingXL {
  color: #1e1f1f;
  text-align: center;
  width: 770px;
  max-width: 100%;
  margin: 0px auto;
}
.emergencyAppointmentSec .secHeader {
  text-align: center;
  margin-bottom: 64px;
}
.emergencyAppointmentSec .secHeader .headingXL {
  margin: 0px auto 24px auto;
}
.emergencyAppointmentSec .secHeader .paragraphL {
  color: var(--neutral700);
}
.emergencyAppointmentSec .emapCol ul {
  padding-left: 24px;
}
.emapRow {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.emapCol {
  width: calc(33.3333% - 16px);
}
.emapBox {
  height: 100%;
  background-color: var(--white);
  padding: 24px;
}
.emapBox .emapBoxHead {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}
.emapBox .count {
  min-width: 40px;
  height: 40px;
  padding: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--neutral900);
  background-color: var(--secondaryBrand200);
  margin-right: 20px;
}
.emapBox .mainHeading {
  color: var(--neutral900);
  position: relative;
  top: 4px;
  width: 100%;
}
.emapBox > .paragraphL {
  color: #505152;
}
.emapBox.emapBoxCta {
  background-color: var(--neutral900);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 42px;
}
.emapBox.emapBoxCta .headingXS {
  color: var(--white);
  margin-bottom: 24px;
}

/* Responsive - 1199px */
@media (max-width: 1199px) {
  .emapCol {
    width: calc(50% - 12px);
  }
}

/* Responsive - 767px */
@media (max-width: 767px) {
  .emapCol {
    width: 100%;
  }
}

/* Responsive - 575px */
@media (max-width: 575px) {
  .emergencyAppointmentSec .headingXL {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 42px;
  }

  .emapBox {
    padding: 16px;
  }

  .emapBox .count {
    margin-right: 14px;
  }

  .emapBox .mainHeading {
    position: relative;
    /* top: 6px; */
  }

  .emapBox.emapBoxCta {
    padding: 30px 16px;
  }
}
