  .hero-section-contact {
    position: relative;
    min-height: 267px;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 1rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/contact/dialing-a-telephone-in-the-office.jpg);
    background-position: center;
  }
  .hero-section-contact::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6); /* Adjust the transparency as needed */
  }
  .hero-section-contact h1 {
    font-size: 2rem;
    color: white;
    margin-bottom: 1rem;
  }  
  .hero-section-contact p {
    font-size: 1.125rem;
    color: #ff7800;
  }
  .contact-padding{
    padding: 40px 50px 50px 50px;
  }
  #contact{
    color: #ff7800;
    font-family: "Arial", Sans-serif;
    font-size: 60px;
    font-weight: 600;
    display: inline-block;
    padding: 0px 30px 20px 0px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ff7800;
  }
  #address{
    color: #ff7800;
    font-family: "Arial", Sans-serif;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .contacts-box{
    background-color: #F8F8F8;
    padding-block:5rem ;
    align-items: center;
    justify-content: center;
  }
  .contact-details{
    display: flex;
    height: 316px;
    max-width: 255px;
    width: 100%;
    padding: 40px 20px 40px 20px;
    background-color: #fff;
    margin: 20px;
  }
  .contact-details i{
    display: flex;
    justify-content: center;
    color: #ff7800;
    font-size: 30px;
  }
  .contact-details p{
    text-align: center;
    margin-top: 40px;
    line-height: 25px;
  }
  .contact-details{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .details{
    margin-top: 60px;
  }
  .contact-details h3{
    color: #ff7800;
    font-size: 20px;
    text-align: center;
  }
  .social-links-contact{
    margin-top: 40px;
    font-size: 40px;
  }

  @media (min-width: 767px) {
    .hero-section-contact {
      min-height: 445px;
    }
  
    .hero-section-contact h1 {
      font-size: 3rem;
    }
  }
  @media (max-width: 1030px) {
    .hero-section-contact {
      background-position: unset;
    }
  }

  @media (max-width: 768px) {
    .contact-padding{
      padding: 40px 0px 50px 0px;
    }
    #contact{
      font-size: 50px;
    }
  }
  