.Our_Objectives {
  padding: 10px 0 20px;
  /* background: #fff; */
}
.Our_Objectives .section_heading span {
  letter-spacing: 4px;
  font-size: 14px;
  color: #777;
}

.Our_Objectives .section_heading h2 {
  font-size: 42px;
  font-weight: 700;
  color: #000;
  margin-top: 10px;
  margin-bottom: 60px;
  font-family: "Playfair Display", serif;
}
.Our_Objectives .vision_mission_wrapper {
  display: flex;
  align-items: stretch;
  gap: 40px;
}
.Our_Objectives .objective_box {
  flex: 1;
  text-align: center;
  padding: 50px;
  border: 1px solid #e5e5e5;
  transition: 0.4s;
  background: #fff;
}
.Our_Objectives .objective_box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.Our_Objectives .icon_holder {
  width: 90px;
  height: 90px;
  margin: 0 auto 25px;
  padding: 20px;
  border-radius: 50%;
  background: #f8f8f8;
  border: 1px solid #ddd;
}
.Our_Objectives .icon_holder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.Our_Objectives .objective_box h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
  color: #000;
}
.Our_Objectives .objective_box p {
  font-size: 15px;
  line-height: 28px;
  color: #555;
}
.Our_Objectives .divider {
  width: 1px;
  background: linear-gradient(transparent, #000, transparent);
}
@media (min-width: 0px) and (max-width: 1399.98px) {
  .Our_Objectives .objective_box {
    padding: 20px;
  }
  .Our_Objectives .vision_mission_wrapper {
    gap: 25px;
  }
  .Our_Objectives .section_heading h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 0px) and (max-width: 1199.98px) {
  .Our_Objectives .objective_box h3 {
    font-size: 27px;

    margin-bottom: 9px;
  }
  .Our_Objectives .objective_box p {
    line-height: 1.6;
  }
  .Our_Objectives .icon_holder {
    width: 73px;
    height: 73px;
    margin: 0 auto 6px;
  }
  .Our_Objectives .section_heading h2 {
    font-size: 35px;

    margin-top: 1px;
  }
}
@media (min-width: 0px) and (max-width: 991.98px) {
  .Our_Objectives .objective_box:hover {
    transform: translateY(0px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  }
}
@media (max-width: 767px) {
  .Our_Objectives .objective_box {
    padding: 30px 20px;
  }

  .Our_Objectives .section_heading h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .Our_Objectives .objective_box h3 {
    font-size: 23px;
    margin-bottom: 9px;
  }
  .Our_Objectives .objective_box {
    padding: 20px 10px;
  }
  .Our_Objectives .objective_box p {
    line-height: 1.4;
  }
  .Our_Objectives .vision_mission_wrapper {
    gap: 18px;
  }
}

@media (max-width: 600px) {
  .Our_Objectives .vision_mission_wrapper {
    flex-direction: column;
  }
  .Our_Objectives .divider {
    width: 100%;
    height: 1px;
  }
}
