.home-map {
  background-color: var(--color-dark-blue);
}
.home-map__content {
  max-width: 1500px;
  margin: 0 auto;
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0;
  gap: 80px;
}
.home-map__content .home-map__text {
  width: 50%;
}
.home-map__content .home-map__text .map-title {
  padding: 30px 0;
  position: relative;
}
.home-map__content .home-map__text .map-title h2 {
  color: #FFF;
  font-family: var(--font-header);
  font-size: 75px;
  font-weight: 700;
  line-height: 105.376%;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}
.home-map__content .home-map__text .map-title h2 span {
  display: block;
  background: linear-gradient(90deg, #DAB128 0%, #FDE8A4 28.37%, #DAB128 38.94%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-map__content .home-map__text .map-title::before {
  content: "";
  background: url(../icons/gold-sepator-line.svg) no-repeat;
  background-size: contain;
  width: 100%;
  height: 15px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.home-map__content .home-map__text .map-title::after {
  content: "";
  background: url(../icons/gold-sepator-line.svg) no-repeat;
  background-size: contain;
  width: 100%;
  height: 15px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: scaleX(-1);
}
.home-map__content .home-map__text .mobile-map {
  display: none;
}
.home-map__content .home-map__text .map_cta {
  margin-top: 55px;
}
.home-map__content .home-map__text .map_cta a {
  color: #FFF;
  text-align: center;
  font-family: var(--font-body);
  font-size: 17.97px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 61.099px;
  background: #5581F1;
  padding: 16.478px 32.347px;
  transition: all 0.3s ease-in;
}
.home-map__content .home-map__image {
  width: 50%;
}
.home-map__content .home-map__image img {
  width: 100%;
  border-radius: 24px;
}

@media screen and (max-width: 1080px) {
  .home-map__content .home-map__text .map-title h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 880px) {
  .home-map__content {
    gap: 20px;
  }
  .home-map__content .home-map__text .map-title h2 {
    font-size: 36px;
  }
  .home-map__content .home-map__text .map_cta a {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .home-map__content {
    padding: 40px 0;
    flex-direction: column;
  }
  .home-map__content .home-map__text {
    width: 100%;
  }
  .home-map__content .home-map__text .map-title h2 {
    text-align: center;
    letter-spacing: -0.722px;
  }
  .home-map__content .home-map__text .mobile-map {
    display: block;
    margin-top: 20px;
  }
  .home-map__content .home-map__text .mobile-map img {
    width: 100%;
    border-radius: 20px;
  }
  .home-map__content .home-map__text .map_cta {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .home-map__content .home-map__text .map_cta a {
    font-size: 18px;
  }
  .home-map__content .home-map__image {
    display: none;
  }
}

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