.location-map__box {
  background-color: #f8efe4;
  padding: 62px 88px 40px;
  border-radius: 30px;
  margin: 0;
}
.single-service-benefits__content {
  max-width: 600px;
}
.single-service-benefits {
  background: #fffef7;
}
.single-service-benefits__content strong {
  font-size: 20px;
  margin-bottom: 20px;
  display: block;
  color: #3b3b3bbf;
}
.single-service-benefits__content li strong {
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: 600;
  display: inline;
  color: #69745d;
  margin-bottom: 0;
}
.single-service-benefits__content p {
  margin-bottom: 20px;
}
.location-map strong {
  display: inline;
}
.location__map__iframe iframe {
  width: 100%;
}
@media only screen and (max-width: 1560px) {
  .single-service-benefits__content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1400px) {
  .location-map__box {
    padding: 40px;
  }
}

@media only screen and (max-width: 1336px) {
  .single-service-benefits__content strong {
    font-size: 16px;
  }
  .single-service-benefits__content p {
    font-size: 12px !important;
  }

  .single-service-benefits__img {
    height: 100%;
  }
  .single-service-benefits__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 991px) {
  .single-service-benefits__content {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .single-service-benefits__content p {
    font-size: 16px !important;
  }
  .single-service-benefits__content-upper .mb-60 {
    margin-bottom: 20px;
  }
  .location__map__iframe {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .location-map__box {
    padding: 40px 20px;
  }
}
