html {
  font-size: 25px;
}
@media only screen and (max-width: 2300px) {
  html {
    font-size: 23px;
  }
}
@media only screen and (max-width: 2200px) {
  html {
    font-size: 22px;
  }
}
@media only screen and (max-width: 2100px) {
  html {
    font-size: 21px;
  }
}
@media only screen and (max-width: 2000px) {
  html {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1900px) {
  html {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1800px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1700px) {
  html {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1540px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  html {
    font-size: 14px;
  }
}

.dealernetwork #pagetitle {
  margin-bottom: 50px;
  padding-top: 3.75rem;
}
.dealernetwork .contact-dealers {
  margin-bottom: 40px;
}
.dealernetwork .contact-dealers .section-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .dealernetwork .contact-dealers .section-inner {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .dealernetwork .address-inner {
    width: 50%;
  }
}
.dealernetwork .address-inner .contact-details-wrapper .detail:not(:last-of-type) {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 0.75rem;
}
.dealernetwork .address-inner .contact-details-wrapper .detail .contact-label {
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 0;
}
.dealernetwork .address-inner .contact-details-wrapper .detail .contact-item {
  font-weight: 500;
}
.dealernetwork .address-inner .contact-address {
  border-bottom: unset !important;
  padding-bottom: unset !important;
}
@media only screen and (min-width: 768px) {
  .dealernetwork .contact-inner {
    width: 50%;
  }
}
.dealernetwork .contact-inner .contact-details-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.dealernetwork .contact-inner .contact-details-wrapper .detail:not(:last-of-type) {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 0.75rem;
}
.dealernetwork .contact-inner .contact-details-wrapper .detail .contact-label {
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 0;
}
.dealernetwork .contact-inner .contact-details-wrapper .detail .contact-item {
  font-weight: 500;
}

/*# sourceMappingURL=dealers.css.map */
