.TerritoryHead h2 {
  font-size: 68px;
  color: #000;
  font-weight: 700 !important;
}

.middlePara p {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

.availabiltySection {
  background: url("../../../../assets/contact-bg.png");
}
.availabiltySection h2 {
  font-size: 26px;
  color: #fff !important;
  font-weight: 700 !important;
  text-align: center !important;
}
.availabiltySection a {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  padding: 15px 15px;
  font-size: 35px;
  font-weight: bold;
  background: var(--red-color);
  color: #fff !important;
}

.mapHead {
  box-shadow: 0 0 2em -0.9em #000000;
  background-color: #fff;
  margin-top: 2rem;
}
.mapHead path {
  fill: var(--red-color);
}
.mapHead .mapBackground svg rect {
  fill: #000000;
}

@media (max-width: 767px) {
  .TerritoryHead h2 {
    font-size: 31px !important;
  }
}/*# sourceMappingURL=territories.module.css.map */