#banner {
  /* display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 110px 0; */
  background-image: url(./about-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#banner .banner-content {
  position: relative;
}

#banner .banner-content .banner-bg img {
  max-width: 100%;
  height: auto;
}

#banner .banner-content h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 45px;
  font-family: "poppins_medium";
}


#affiliation {
  padding: 100px 0px;
  background: url(../images/jne-logo.png);
  background-repeat: no-repeat;
  background-size: 380px;
  background-position: center;
}

#affiliation .wrapper {
}

#affiliation .wrapper .affiliation-box {
}

#affiliation .wrapper .affiliation-box .affiliation-content {
}

#affiliation .wrapper .affiliation-box .affiliation-content p {
  color: #888 !important;
  opacity: 1;
  line-height: 27px;
  font-size: 17px;
}

#affiliation .wrapper .affiliation-box .affiliation-content p br {
}

@media all and (max-width: 980px) {
  #affiliation .wrapper .affiliation-box .affiliation-content p {
      font-size: 15px;
  }
}
@media all and (max-width: 768px) {
  #affiliation {
      padding: 70px 0px;
  }
}
@media all and (max-width: 480px) {
  #affiliation {
      background-size: 300px;
  }
}

@media all and (max-width: 320px) {
}
