.service-s6 {
  padding: 6.25vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/global-access/img-6.jpg");
  text-align: center;
  background-attachment: initial;
}

.service-s6 .label {
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 600;
  color: #272c31;
}

.service-s6 .items {
  margin-top: 2.5rem;
}

.service-s6 .item {
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 1.5rem 0;
  font-size: 0;
  transition: all .3s ease;
}

.line {
  width: 100%;
  height: 1px;
  margin: 40px 0;
  background-color: rgb(223 216 216 / 50%);
}

.service-s6 .map {
  margin: 40px auto 0;
  width: 100%;
  height: 611px;
  background: url("../images/global-access/global-img.png") no-repeat center center / 100% auto;
}

.service-s6 .desc {
  padding: 40px 0;
  font-size: 18px;
}

.service-s6 .desc2 {
  padding-top: 0;
}