.home footer {
  background-color: #1a1a1a;
}

footer {
  background-color: black;
  padding: 4rem 0 4rem 6rem;
  h4 {
    font-size: 30px;
  }
  .inner-info {
    margin-top: 2rem;
    display: flex;
    gap: 5rem;
    align-items: center;
    .general-inquiries,
    .contact,
    .social-media {
      h6 {
        color: #c5c2c2;
        font-size: 14px;
        margin-bottom: 5px;
      }
      p a {
        font-size: 16px;
      }
    }

    .social-media {
      display: flex;
      .social-media-icons {
        display: flex;
        align-items: center;
        .horizontal {
          width: 70px;
          height: 1px;
          margin-left: 22px;
        }
        img {
          margin-right: 25px;
          width: 20px;
        }
      }
    }
  }
  .request-info {
    margin-top: 2rem;
    h6 {
      width: 330px;
      font-size: 14px;
      color: #c5c2c2;
      margin-bottom: 1rem;
    }
    .send-btn-footer {
      width: 170px;
      height: 45px;
      background-color: #e7e3e3;
      display: flex;
      align-items: center;
      padding-top: 4px;
      transition: all 0.4s;
      cursor: pointer;
      justify-content: center;
      color: black;
    }
    .send-btn-footer:hover {
      background-color: transparent;
      border: 1px solid #e7e3e3;
      color: white;
    }
  }
}
