.overlay__white:after {
  background: none !important;
}

#swiper-images {
  width: 350px;
  object-fit: cover;
}

.phones {
  width: 350px;
  height: 750px;
  position: absolute;
  right: 20%;
  top: 300px;
}

.mobile-image-swiper-title {
  width: calc(100% - 32px);
  font-family: "Montserrat";
  font-weight: 600;
  background: linear-gradient(to right, #d0a05e, #a7998b);
  color: #000000;
  border-radius: 16px;
  padding: 10px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 16px;
  position: absolute;
  bottom: 0;
}

.text-slider-wrapper {
  display: flex;
  gap: 10px;
}

.text-slider {
  height: 27px;
  overflow: hidden;
}

.text-slider-content {
  box-sizing: border-box;
  color: #a7998b;
  line-height: 27px;
}

.text-slider-1 {
  animation: text-slide 4.5s linear infinite;
}

@keyframes text-slide {
  0% {
    margin-top: -81px;
  }
  5% {
    margin-top: -54px;
  }
  33% {
    margin-top: -54px;
  }
  38% {
    margin-top: -27px;
  }
  66% {
    margin-top: -27px;
  }
  71% {
    margin-top: 0px;
  }
  100% {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 600px) {
  #map {
    margin-left: 100px;
  }

  #map-title {
    font-size: 54px;
    line-height: 64px;
  }

  #title {
    line-height: 64px;
  }

  .mobile-image-swiper-title {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  #map-title {
    font-size: 36px;
    line-height: 36px;
  }

  #title {
    font-size: 32px;
    line-height: 42px;
  }

  .phones {
    width: 85%;
    top: 200px;
    right: 7%;
  }
}

.text-color-green {
  color: #94c25e !important;
}