:root {

.tl-locations {
    padding-bottom: 54px
}

.tl-location {
    align-items: center;
    gap: 110px;
    margin-left: auto;
    margin-top: 45px;
    display: flex;
    white-space: nowrap;          
}

.hero__map_mobile {
  display: block;
  width: 100vw;
  max-width: 100%;
  height: auto;
  text-align: center;
}

@media (min-width: 992px) {
    .hero__map {
     transform: translate(0px, 90px);
     max-width: 80%;
     height: auto;
    }

    .hero__map_mobile {
    display: none;
}
}

    .tl-locations__map_mobile {
   display: block;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
}
.tl-locations__map {
    display: none;
}

@media (min-width: 992px) {
  .tl-locations__map {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .tl-locations__heading {
    text-align: center;
  }

  .tl-locations__map {
    margin-top: 0;
    margin-right: 70px;
  }

  .tl-locations__towns {
    margin-top: 100px;
  }

  .tl-locations__map .tl-block__decor {
    display: none;
  }
}

@media (min-width: 1292px) {
  .tl-locations__map {
    margin-top: 0;
    margin-left: 170px;
    text-align: center;
  }
}

.tlapa_text {
  width: 20px;
  vertical-align: middle;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
    .tl-locations__map .tl-block__decor {
    display: inline-block;
    max-width: 250px;
    position: relative;
    right: -20px;
    top: -50px;
    transform: rotate(7deg);
    text-align: center;
    }
}

.tl-locations__heading,.tl-locations__text {
    text-align: center
}

.tl-locations__heading,.tl-locations__text {
    text-align: center
}

.tl-locations__heading {
    font-family: museo-sans-rounded,sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 23px
}

@media(min-width: 992px) {
    .tl-locations__heading {
        font-size:35px;
        line-height: 42px;
        margin-bottom: 29px
    }
}


.tl-locations__text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0
}

.tl-locations__map_mobile_text {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    text-align: center;
    margin-top: 30px;
}

@media(min-width: 992px) {

    .tl-locations__map_mobile_text {
    display: none;
}

    .tl-locations__text {
        font-size:19px;
        line-height: 30px
    }
}

@media(min-width: 992px) {
    .tl-services {
        left:unset;
        padding-top: 100px;
        width: auto
    }
}
}