.about-us {
  background-color: #ff6806;
  width: 100%;
  max-height: 550px;
}

.about-us .content {
  padding: 60px 0 30px 0;
}

.about-us .min-height-400 {
  min-height: 400px;
}

.about-us .text-white {
  color: white !important;
}

.about-us .uppercase-text {
  text-transform: uppercase;
}

.about-us .font-size-15 {
  font-size: 16px !important;
}

.about-us .font-light {
  font-weight: 300 !important;
}

.about-us .btn-custom {
  border: none;
  outline: none;
  background: none;
  color: white;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  transition: color 0.3s;
}

.about-us .btn-custom .arrow-icon {
  width: 50px;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.about-us .btn-custom:hover .arrow-icon {
  transform: translateX(8px);
}

.about-us .btn-custom img {
  width: 50px;
  margin-left: 15px;
}

.about-us .max-width-770 {
  max-width: 770px;
}

.about-us .ml-auto {
  margin-left: auto !important;
}

.about-us .image-wrapper {
  height: 550px;
  width: 100%;
  overflow: hidden;
}

.about-us .img-cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.description {
  font-weight: 200;
}

/* Responsive สำหรับ iPad และมือถือ */
@media (max-width: 991.98px) {
  .about-us .content {
    padding: 40px 20px;
  }

  .about-us h2 {
    font-size: 24px;
  }

  .about-us .font-size-15 {
    font-size: 14px !important;
  }

  .about-us .btn-custom .arrow-icon {
    width: 35px;
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .about-us {
    max-height: none;
  }

  .about-us * {
    text-align: center;
  }

  .about-us .btn-custom {
    border: solid 1px white;
    padding: 5px 20px;
    margin-top: 20px !important;
  }

  .about-us .image-wrapper {
    height: 200px;
  }

  .about-us .content {
    box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.288);
  }
}

@media (max-width: 575.98px) {
  .about-us .content {
    padding: 30px 15px;
  }

  .about-us h2 {
    font-size: 20px;
  }

  .about-us .image-wrapper {
    height: 200px;
  }

  .about-us .btn-custom .arrow-icon {
    width: 30px;
  }
}
