.our_objectives {
  padding: 25px 0 40px;
}

.section_title {
  margin-bottom: 38px;
}

.section_title p {
  color: #0b6b3a;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.section_title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #123c29;
  margin-bottom: 0;
}

.objective_card {
  background: #ffffff;
  padding: 30px 25px;
  height: 100%;
  text-align: center;
  border: 1px solid #dce9e1;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.objective_card .icon {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  background: #eef8f1;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.objective_card:hover .icon {
  background: #0b6b3a;
}

.objective_card .icon img {
  width: 40px;
  transition: all 0.3s ease;
}

.objective_card:hover .icon img {
  filter: brightness(0) invert(1);
}

.objective_card h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #123c29;
}

.objective_card p {
  color: #666;
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .objective_card {
    padding: 25px 18px;
  }

  .objective_card .icon {
    width: 65px;
    height: 65px;
  }

  .objective_card h3 {
    font-size: 21px;
  }

  .objective_card p {
    line-height: 1.6;
  }

  .section_title h2 {
    font-size: 30px;
  }

  .section_title {
    margin-bottom: 28px;
  }
}

@media (max-width: 768px) {
  .our_objectives {
    padding: 5px 0 20px;
  }

  .section_title {
    margin-bottom: 22px;
  }

  .section_title p {
    font-size: 12px;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
  }

  .section_title h2 {
    font-size: 23px;
  }

  .objective_card {
    padding: 20px 15px;
    border-radius: 9px;
  }

  .objective_card .icon {
    width: 58px;
    height: 58px;
    margin-bottom: 12px;
  }

  .objective_card .icon img {
    width: 32px;
  }

  .objective_card h3 {
    font-size: 19px;
    margin-bottom: 7px;
  }

  .objective_card p {
    line-height: 1.5;
    font-size: 13px;
  }
}
