.our_objectives {
  padding: 20px 0 50px;
}

.section_title {
  margin-bottom: 50px;
}

.section_title p {
  color: #5d8b2f;
  letter-spacing: 3px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.section_title h2 {
  font-size: 38px;
  font-weight: 700;
  color: #222;
}
.objective_card {
  background: #fff;
  padding: 35px;
  border: 1px solid #c2c2c2;
  height: 100%;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.objective_card .icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #ffca02;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.objective_card .icon img {
  width: 50px;
  filter: brightness(0) invert(1);
}

.objective_card h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #222;
}

.objective_card p {
  color: #666;
  line-height: 1.8;
  font-size: 16px;
}

@media (max-width: 1199px) {
  .objective_card {
    padding: 14px;
  }
  .objective_card .icon {
    width: 76px;
    height: 76px;
  }
  .objective_card h3 {
    font-size: 25px;
  }
  .objective_card p {
    line-height: 1.6;
  }
  .section_title h2 {
    font-size: 30px;
  }
  .section_title {
    margin-bottom: 24px;
  }
}

@media (max-width: 768px) {
  .our_objectives {
    padding-top: 0px;
  }

  .section_title h2 {
    font-size: 24px;
  }
  .objective_card {
    padding: 10px;
  }
  .section_title p {
    font-size: 13px;

    margin-bottom: 2px;
  }
  .objective_card h3 {
    font-size: 20px;
  }
  .objective_card .icon {
    width: 60px;
    height: 60px;
  }
  .objective_card p {
    line-height: 1.4;
    font-size: 14px;
  }
  .objective_card .icon img {
    width: 35px;
  }
}
