/* about us */
.hero-link {
  background-color: #d2960f;
}

.about-area {
  margin: 80px 0;
}

/* Objectives */
.Objectives {
  max-width: 1400px;
  margin: 24px auto;
}

.obj-box h1 {
  font-size: 30px;
  font-weight: 700;
  color: #d2960f;
}

.obj-box ul {
  margin-top: 16px;
  margin-left: 20px;
}

.obj-box li {
  list-style: disc;
  padding-bottom: 4px;
}

@media (max-width: 1370px) {
  .Objectives,
  .Background {
    max-width: 1200px !important;
    padding: 30px;
  }
}

@media (max-width: 1195px) {
  .Objectives,
  .Background,
  .contact-us {
    max-width: 980px !important;
  }
}

@media (max-width: 991px) {
  .Objectives,
  .Background,
  .contact-us {
    max-width: 770px !important;
  }
}

@media (max-width: 767px) {
  .Objectives,
  .Background,
  .contact-us {
    max-width: 630px !important;
  }
}

/* Background */

.Background {
  max-width: 1400px;
  margin: 80px auto;
}

.background-container h1 {
  color: #d2960f;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}

.background-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 24px;
}

.background-row1 p {
  line-height: 2;
  font-size: 15px;
}

.background-row2 img {
  width: 100%;
}

@media (max-width: 991px) {
  .Background {
    margin: 40px auto;
  }

  .background-content {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 34px;
  }
}

/* volunteer */
.social-icon-box {
  display: flex;
  gap: 8px;
}

/* Contact us */
.contact-us {
  max-width: 1200px;
  margin: 80px auto;
}

.contact-us-container {
  display: grid;
  grid-template-columns: 50% 50%;
}

.contact-box h1 {
  font-size: 32px;
  font-weight: 700;
  color: #00715d;
  margin-bottom: 20px;
}

.contact-box p {
  font-size: 18px;
  color: #000;
}

.socials-box {
  display: flex;
  justify-content: space-around;
  background-color: #611522;
  margin-top: 36px;
}

.socials-box i {
  font-size: 50px;
  color: #fff;
}

@media (max-width: 991px) {
  .contact-us-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 20px;
  }

  .contact-img {
    order: 2;
  }

  .contact-box {
    order: 1;
  }

  .contact-img img {
    width: 75%;
  }
}

@media (max-width: 572px) {
  .socials-box i {
    font-size: 25px;
    color: #fff;
  }

  .socials-box {
    padding: 10px;
  }

  .contact-box p {
    font-size: 15px;
  }

  .contact-us {
    margin: 40px auto;
  }
}
