.about-bg {
  background: #FFFFFF url('../../img/about/bg-about-mobile.webp') no-repeat;
  background-size: 100% 100%;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

#visi-misi {
  background: url('../../img/about/background-vision.webp') no-repeat;
  background-size: 100% 100%;
}

.header.about-bg {
  position: relative;
  z-index: 1;
}

.header.about-bg img {
  position: relative;
  z-index: 0;
  display: block;
}

.comp-culture {
  background: url('../../img/about/bg-comp-mobile.webp') no-repeat;
  background-size: 100% 100%;
}
#contactus {
  background-color: #FFFFFF !important;
}
.title-about {
  font-size: 1.5rem;
  line-height: normal;
}
.about-paragraph {
  font-size: 0.875rem;
  line-height: normal;
  font-weight: 400;
}
.vision-title {
  font-size: 1.25rem;
}
.visi-p {
  font-size: 0.75rem !important;
  font-weight: normal;
  line-height: normal;
}
.vision-icon{
  width: 75px;
  height: 75px;
}
.rocket-image {
  width: 250px;
  height: auto;
}

@media (min-width: 768px) {
  .about-bg {
    background: #FFFFFF url('../../img/about/background-about.webp') no-repeat;
  }
  .comp-culture {
    background: url('../../img/about/background-comp.webp') no-repeat;
  }
  .title-about {
      font-size: 2rem;
  }
  .about-paragraph {
      font-size: 1.125rem;
  }
  .vision-title {
      font-size: 1.5rem;
  }
  .visi-p {
      font-size: 1rem !important;
  }
  .vision-icon{
    width: 100px;
    height: 100px;
  }
  .rocket-image{
    width: 350px;
    height: auto;
  }
  
}