.about__hero {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.about__hero-content__title {
  font-size: 4rem;
}

.about__hero-content-desc {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.5;
  color: #fff;
}

/* What We Do Section */
.about__us {
  padding: 5rem 0;
}

.about__us-title {
  font-size: 3rem;
  font-weight: 700;
  color: rgba(28, 63, 60, 1);
}

.about__us-desc {
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 1);
}

.about__us-btn {
  font-size: 1.4rem;
  color: #fff;
  background-color: rgba(28, 63, 60, 1);
  padding: 1rem 2rem;
  border-radius: 1rem;
  border: none;
}

.about__us-watch {
  font-size: 1.4rem;
  color: white;
  background-color: rgba(0, 0, 0, 1);
  padding: 1rem 3rem;
  border-radius: 1rem;
  border: none;
}

.about__us-video {
  position: relative;
  cursor: pointer;
}

.about__us-video-img {
  border-radius: 2rem;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  transition: transform 0.3s ease;
}

/* Our Team Section */
.about__team {
  padding-bottom: 5rem;
}

.about__team-img img {
  border-radius: 2rem;
  height: 375px;
}

.about__team-content {
  background: rgba(255, 255, 255, 1);
  border-radius: 20px;
  padding: 3rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
  right: 50px;
  z-index: 1;
  top: 50px;
}

.about__team-content__number {
  font-size: 3.2rem;
  font-weight: 700;
  color: rgba(28, 63, 60, 1);
}

.about__team-content__title {
  font-size: 3rem;
  font-weight: 700;
  color: rgba(28, 63, 60, 1);
}

.about__team-content__desc {
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 1);
}

/* SunViet Value Section */

.sunviet-value__banner {
  background-size: cover;
  background-position: center;
  border-radius: 2rem;
  padding: 6rem 0;
}

.sunviet-value__title {
  font-size: 3rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}

.sunviet-value__des {
  font-size: 1.6rem;
  font-style: italic;
  color: rgba(255, 255, 255, 1);
}

.value__section {
  padding: 5rem 0;
}

.value__section-reverse {
  padding-top: 0px !important;
}

.value__section-title {
  font-size: 3rem;
  font-weight: 700;
  color: rgba(28, 31, 38, 1);
}

.value__section-desc {
  font-size: 1.6rem;
  color: rgba(28, 31, 38, 1);
}

.value__section-img {
  border-radius: 2rem;
}

@media (max-width: 576px) {
  .about__team-img img {
    height: 100%;
  }

  .about__team-content {
    top: 0;
    right: 0;
    position: relative;
    z-index: 0;
    margin-top: 2rem;
  }
}
