.about-img {
    max-width: 100%;
    width: 100%;
    height: 40rem;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 768px) {
    .about-img {
        width: 100%;
        height: 25rem;
        object-fit: cover;
        object-position: center;
    }
}


.faq-item-box {
    background-color: #fff;
    padding: 20px 2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.faq-item-box h5 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #444;
}

  .faq-item-a {
    display: none;
  }

  @media (max-width: 768px) {
    .faq-item-box {
      padding: 20px 1rem;
    }
  }

  @media (max-width: 992px) {
    .faq-contact-box img {
      position: relative;
      transform: unset;
    }
  }

  .faq-item-arrow-d .bi::before {
    color: black;
    font-weight: 800 !important;
  }

  .faq-item-arrow-p .bi::before {
    color: black;
    font-weight: 800 !important;
  }

  .faq-item-line {
    background: #cc914b;
    height: 1px;
    margin: 15px 0;
    width: 100%;
  }

  .liner-h {
  width: 90%;
  height: 3px;
  background-color: #444;
}

.liner-h-2 {
  width: 90%;
  height: 1px;
  /* background-color: #f6f6f6cc; */
    background-color: #14476e94;
}


@media (max-width: 768px) {
    #billboard h1 {
        font-size: 2rem !important;
        line-height: 2.5rem;
    }
}
