.about-us-wrapper {
    width: 100%;
    height: 100%;
    background-color: #314233;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 160px;
    background-size: cover;
    background-position: center;
    gap: 60px;
}

.about-header{
    font-size: 80px;
    color: #ffffff;
}

.boiller-wrapper{
    margin: 0 200px;
    padding: 80px 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 4rem;
}

.bolller-column{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 80px;
    width: 100%;
}

.boiler-title{
    text-align: left;
    font-size: 80px;
    letter-spacing: -2px;
    width: 100%;
}

.bolller-column p{
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
}

.bolller-column img{
    width: 100%;
    max-width: 720px;
    height: 400px;
    border-radius: 20px;
}

.avp-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 200px;
    padding: 80px 0;
    gap: 40px;
}

.avp-header h4{
    font-style: italic;
    font-size: 40px;
}

/* ---------- Tablet ---------- */
@media (max-width: 1024px) {
  .about-us-wrapper {
    padding: 80px;
    gap: 40px;
    border-radius: 30px;
  }

  .about-header {
    font-size: 50px;
  }

  .boiller-wrapper {
    margin: 0 60px;
    padding: 60px 0;
    flex-direction: column;
    gap: 2rem;
  }

  .boiler-title {
    font-size: 50px;
  }

  .bolller-column img {
    max-width: 100%;
    height: auto;
  }

  .avp-wrapper {
    margin: 0 60px;
    padding: 60px 0;
    gap: 30px;
  }

  .avp-header h4 {
    font-size: 28px;
  }
}

/* ---------- Mobile ---------- */
@media (max-width: 768px) {
  .about-us-wrapper {
    padding: 40px 20px;
    gap: 30px;
    border-radius: 20px;
    align-items: center;
    text-align: center;
  }

  .about-header {
    font-size: 32px;
    line-height: 40px;
  }

  .boiller-wrapper {
    margin: 0 20px;
    padding: 40px 0;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .boiler-title {
    font-size: 28px;
    text-align: center;
  }

  .bolller-column {
    gap: 40px;
    text-align: center;
  }

  .bolller-column p {
    font-size: 16px;
    line-height: 24px;
  }

  .bolller-column img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .avp-wrapper {
    margin: 0 20px;
    padding: 40px 0;
    gap: 20px;
  }

  .avp-header h4 {
    font-size: 20px;
  }
}
