.Our_Objectives {
  padding: 20px 0 20px;
  /* background: #fff; */
}

.Our_Objectives .section_heading {
  max-width: 720px;
  margin: 0 auto 26px;
}

.Our_Objectives .section_heading span {
  display: block;
  margin-bottom: 12px;
  color: #8b5e4b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.Our_Objectives .section_heading h2 {
  margin: 0 0 15px;
  color: #3d080a;

  font-size: 46px;
  font-weight: 500;
  line-height: 1.15;
}

.Our_Objectives .vision_mission_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1350px;
  margin: 0 auto;
  border-top: 1px solid #ded1cc;
  border-bottom: 1px solid #ded1cc;
}

.Our_Objectives .objective_box {
  position: relative;
  min-height: 400px;
  padding: 55px 55px 50px;
  overflow: hidden;
  background: #fff;
  border: 0;
  border-radius: 0;
  transition: all 0.4s ease;
}

.Our_Objectives .objective_box:first-child {
  border-right: 1px solid #ded1cc;
}

.Our_Objectives .objective_box:hover {
  transform: none;
  box-shadow: none;
}
/* 
.Our_Objectives .card_shape {
  position: absolute;
  width: 300px;
  height: 300px;
  right: -160px;
  bottom: -170px;
  border-radius: 50%;
  background: #f5e9e4;
  transition: transform 0.6s ease;
} */

.Our_Objectives .objective_box:hover .card_shape {
  transform: scale(1.15);
}

.Our_Objectives .objective_icon {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
  border: 1px solid #d7c1b7;
  border-radius: 50%;
  background: transparent;
  color: #5a0e12;
  font-size: 20px;
  box-shadow: none;
  transition: all 0.4s ease;
}

.Our_Objectives .objective_box:hover .objective_icon {
  background: #5a0e12;
  border-color: #5a0e12;
  color: #fff;
  transform: none;
}

.Our_Objectives .small_title {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 8px;
  color: #9b715e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.Our_Objectives .objective_box h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 12px;
  color: #3d080a;

  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.Our_Objectives .orange_line {
  width: 55px;
  height: 1px;
  margin-bottom: 8px;
  background: #9b715e;
  transition: width 0.4s ease;
}

.Our_Objectives .objective_box:hover .orange_line {
  width: 100px;
}

.Our_Objectives .objective_box p {
  position: relative;
  z-index: 2;
  max-width: 480px;
  margin: 0;
  color: #705f5f;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
}

.Our_Objectives .bottom_icon {
  position: absolute;
  right: 45px;
  bottom: 35px;
  color: #5a0e12;
  font-size: 65px;
  opacity: 0.04;
  transform: rotate(180deg);
}

@media (max-width: 1199px) {
  .Our_Objectives .section_heading h2 {
    font-size: 40px;
  }

  .Our_Objectives .objective_box {
    min-height: 358px;
    padding: 25px 25px;
  }
  .Our_Objectives .objective_icon {
    margin-bottom: 11px;
  }
  .Our_Objectives .objective_box h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .Our_Objectives .section_heading {
    margin-bottom: 24px;
  }
  .Our_Objectives .section_heading h2 {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .Our_Objectives .section_heading p {
    font-size: 14px;
    line-height: 1.6;
  }

  .Our_Objectives .vision_mission_wrapper {
    grid-template-columns: 1fr;
  }

  .Our_Objectives .objective_box {
    min-height: 350px;
    padding: 40px 25px;
  }

  .Our_Objectives .objective_box:first-child {
    border-right: 0;
    border-bottom: 1px solid #ded1cc;
  }

  .Our_Objectives .objective_box h3 {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .Our_Objectives .section_heading h2 {
    font-size: 29px;
  }

  .Our_Objectives .section_heading span {
    font-size: 10px;
    letter-spacing: 3px;
  }

  .Our_Objectives .objective_box {
    min-height: 290px;
    padding: 18px 14px;
  }

  .Our_Objectives .objective_icon {
    width: 52px;
    height: 52px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .Our_Objectives .objective_box h3 {
    font-size: 16px;
  }

  .Our_Objectives .objective_box p {
    font-size: 14px;
    line-height: 1.75;
  }
}
