@media (min-width: 768px) {
  .tabs-arrow {
    display: none !important;
  }
  #sectionMap.content-section.bg-marine .container.x3{
    padding-left: 179px;
  }
}

.tabs-scroll-container {
  position: relative;
}

.tabs-arrow {
  position: absolute;
  top: 0;
  height: calc(100% - 2px);
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  color: #333;
  transition: opacity 0.3s;
  background-color: transparent;
}

.tabs-arrow-left {
  right: -30px;
  position: absolute;
}

.tabs-arrow-right {
  right: -30px;
  position: absolute;
}

.hidden-arrow {
  opacity: 0;
  pointer-events: none;
}

.tabs-scroll-container {
  position: relative;
}

.tabs-arrow {
  position: absolute;
  top: 0;
  height: calc(100% - 2px);
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.tabs-arrow-left {
  left: -30px;
  position: absolute;
}

.tabs-arrow-right {
  right: -30px;
  position: absolute;
}

.hidden-arrow {
  display: none;
}

.region-parent {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
}

.region-parent .region-icon {
  width: 24px;
  height: 29px;
  display: block;
}

.region-parent .region-name {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  color: #30C061;
}
.title-map{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #FFFFFF;
}
#sectionMap .editor{
    z-index: 2;
    position: relative;
    width: 66.666667%;
}
#sectionMap .editor h4,
#sectionMap .editor h5{
  width: 100%;
}
#sectionMap .editor h5{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #FFFFFF;
}
#mountainsMap{
    z-index: 1;
    position: relative;
    margin-top: -140px;
}

@media (max-width: 768px) {
  .region-parent{
    margin-top: 0;
    margin-bottom: 0px;
  }
    .region-parent .region-name {
    letter-spacing: 0;
    color: #30C061;
    font-size: 20px;
    line-height: 8px;
  }


  .region-parent .region-icon {
    width: 18px;
    height: 22px;
  }
  .title-sub-parent{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  #sectionMap .editor{
    z-index: 2;
    position: relative;
    width: 100%;
    margin-bottom: 50px;
  }

  #mountainsMap{
      z-index: 1;
      position: relative;
      margin-top: -140px;
  }
  #sectionMap .editor h4{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #FFFFFF;
  }
  #sectionMap .editor h5{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #FFFFFF;
  }
}