.footer {
  background-color: #001821;
  color: #fff;
  padding: 1rem 0;
  width: 100%;
}

.footer-container {
  width: 90%;
  max-width: 117rem;
  margin: 0 auto;
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; /* Add this line */
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-col-1 p {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 140%;
  color: #fff;
  margin: 0.5rem 0; /* Update the margin value */
}

.social-cards {
  display: flex;
  gap: 1.4rem;
  flex-wrap: wrap;
}

.footer-col-2 h3,
.footer-col-3 h3 {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 100%;
  color: #fff;
  margin-bottom: 1rem; /* Update the margin value */
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.9rem;
}

.footer-links a {
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 100%;
  color: #fff;
  opacity: 0.8;
}

.contact-info {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  margin-bottom: 0.7rem; /* Update the margin value */
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 100%;
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

.footer-copy {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 100%;
  color: #fff;
  opacity: 0.8;
  padding: 0.3rem 0;
  text-align: center;
}




  
  @media only screen and (max-width: 86.5em) {
    .about-text-2 {
      order: 2;
    }
  }
  
  @media only screen and (max-width: 81.25em) {
    .section-hero {
      flex-wrap: wrap;
      justify-content: center;
      text-align: center;
      gap: 5rem;
      transform: translateX(0);
    }
  }
  
  @media only screen and (max-width: 68.25em) {
    .nav-list {
      display: none;
    }
  }  


  .centered-image,
  .left-image,
  .right-image {
    width: 150px;
    height: auto;
  }

  .left-image {
    opacity: 0.5;
    margin-top: -20px;
    width: 200px;
    margin-right: 100px;
  }

  .right-image {
    opacity: 0.5;
    margin-top: -20px;
    width: 120px;
    margin-left: 100px;
  }

  .transparent-image {
    opacity: 0.2;
  }