.find-overlay {
  background: #e8f1f8;
  position: absolute;
  height: 16px;
  width: 100%;
  margin-top: -12px;
}
.find-header {
  background: url(../images/top.png) center no-repeat;
  width: 100%;
  margin: auto;
  height: 200px;
  position: relative;
  margin-top: 8px;
  background-size: cover;
}
.find-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0 0 0 / 0.5);
}
.find-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 54px;
  line-height: 74px;
  font-weight: 600;
}
.find-link {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.find-link:hover {
  text-decoration: none;
  color: #fff;
}
.province {
  color: #fff;
}
@media (max-width: 1350px) {
  .find-title {
    font-size: 46px;
  }
}
@media (max-width: 992px) {
  .find-title {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .find-title {
    font-size: 30px;
  }
}
@media (max-width: 568px) {
  .find-header {
    height: 100px;
  }
  .find-title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .find-header p:first-child {
    font-size: 18px;
  }
  .find-title {
    font-size: 24px;
  }
}
.maps {
  width: 83.89%;
  margin: auto;
  height: 550px;
  margin-top: 64px;
}
.map-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#map-container {
  height: 550px;
  width: 100%;
}
.locate-dealer {
  height: 100%;
  overflow-y: auto;
  width: 100%;
  background-image: linear-gradient(to right, #7a0010, #cf0017);
}
.maps-left {
  padding-right: 0px !important;
  height: 550px;
}
.maps-right {
  padding-left: 0px !important;
}
.locate-dealer {
  padding: 24px;
}
.locate-dealer p:first-child {
  font-size: 32px;
  color: #fff;
}
.maps-contact-cards {
  height: auto;
  width: 100%;
  border-radius: 4px;
  background: #fff;
  padding: 8px 12px 8px 12px;
  margin-bottom: 12px;
}
.maps-contact-cards p:first-child {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.maps-contact-cards p:nth-child(2) {
  color: #000;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 600;
}
.maps-contact-cards p:nth-child(3) {
  color: #2e3192;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: end;
}
@media (max-width: 768px) {
  .maps {
    width: 96%;
    height: auto;
  }
  .maps-left {
    padding-right: 15px !important;
  }
  .maps-right {
    padding-left: 15px !important;
  }
  .maps-contact-cards p:first-child {
    font-size: 16px;
  }
  .maps-contact-cards p:nth-child(2) {
    font-size: 13px;
  }
  .maps-contact-cards p:nth-child(3) {
    font-size: 13px;
  }
}
