.Our_Objectives {
  background-image: url("/assets/images/about_us/our-objectives/objective-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  /* padding-bottom: 171px; */
  margin: 50px 0px;
}

.Our_Objectives .core-title {
  margin: 20px 0;
}

.Our_Objectives .subheading {
  font-size: 15px;
  letter-spacing: 4px;
  color: #202020;
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  font-family: Gotham;
}
.Our_Objectives .core-title .subheading::before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #405e11;
  position: absolute;
  top: 50%;
  right: 110%;
  transform: translateY(-50%);
}

/* Right line */
.Our_Objectives .core-title .subheading::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #405e11;
  position: absolute;
  top: 50%;
  left: 110%;
  transform: translateY(-50%);
}

.Our_Objectives .core-title .heading {
  font-size: 32px;
  font-weight: 700;
  color: #202020;
}

.Our_Objectives .common_title_div {
  margin: 20px 0px;
}

.Our_Objectives .bg_img_holder {
  position: relative;
}

.Our_Objectives .bg_img_holder .bg_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Our_Objectives .content_div {
  /* position: absolute; */
  bottom: -144px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  left: 50%;
  /* transform: translateX(-50%); */
  transition: all 0.3s ease-in-out;
  margin-top: -5%;
}

.Our_Objectives .content_div .white_card {
  background: #f8f8f8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 26px;
  padding: 70px 20px 20px 20px;
  position: relative;
  height: 100%;
}

.Our_Objectives .content_div .white_card .logo_img_holder {
  background: #f8f8f8 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #ef6100;
  padding: 22px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 95px;
  height: 95px;
  transition: all 0.3s ease-in-out;
}

.Our_Objectives .content_div .white_card .logo_img_holder .logo_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 1/1;
}

.Our_Objectives .content_div .white_card .title {
  color: #202020;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.Our_Objectives .content_div .white_card .dsecn {
  color: #202020;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 400;
  text-align: center;
}

.Our_Objectives:hover .content_div {
  bottom: -124px;
  transition: all 0.3s ease-in-out;
}

.Our_Objectives:hover .content_div .white_card .title {
  font-size: 33px;
  transition: all 0.3s ease-in-out;
}

.Our_Objectives:hover .content_div .white_card .logo_img_holder {
  width: 75px;
  height: 75px;
  transition: all 0.3s ease-in-out;
  background: #f8f8f8 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #ef6100;
}

@media (min-width: 0px) and (max-width: 575px) {
  .Our_Objectives {
    padding-bottom: 0px;
  }

  .Our_Objectives .bg_img_holder .bg_img {
    display: none;
  }

  .Our_Objectives .content_div {
    position: unset;
    width: 100%;
    transform: none;
  }

  .Our_Objectives .content_div .white_card {
    margin-bottom: 60px;
  }

  .Our_Objectives .content_div .white_card .logo_img_holder {
    width: 80px;
    height: 80px;
  }

  .Our_Objectives .content_div .white_card .dsecn {
    font-size: 13px;
  }

  .Our_Objectives .content_div .white_card .title {
    font-size: 22px;
  }

  .Our_Objectives:hover .content_div .white_card .title {
    font-size: 25px;
  }

  .Our_Objectives .content_div .white_card {
    padding: 57px 20px 20px 20px;
  }

  .Our_Objectives .common_title_div {
    margin: 50px 0px;
  }
  .Our_Objectives .bg_img_holder {
    margin-top: 70px !important;
  }
  .Our_Objectives .core-title .heading {
    font-size: 25px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .Our_Objectives {
    padding-bottom: 0px;
  }

  .Our_Objectives .bg_img_holder .bg_img {
    display: none;
  }

  .Our_Objectives .content_div {
    position: unset;
    width: 100%;
    transform: none;
  }

  .Our_Objectives .content_div .white_card {
    margin-bottom: 60px;
  }

  .Our_Objectives .content_div .white_card .logo_img_holder {
    width: 90px;
    height: 90px;
  }

  .Our_Objectives .content_div .white_card .dsecn {
    font-size: 13px;
  }

  .Our_Objectives .content_div .white_card .title {
    font-size: 25px;
  }

  .Our_Objectives:hover .content_div .white_card .title {
    font-size: 28px;
  }

  .Our_Objectives .common_title_div {
    margin: 40px 0px;
  }
  .Our_Objectives .bg_img_holder {
    margin-top: 75px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .Our_Objectives {
    /* padding-bottom: 237px; */
  }

  .Our_Objectives .content_div .white_card .logo_img_holder {
    width: 80px;
    height: 80px;
  }

  .Our_Objectives:hover .content_div {
    bottom: -189px;
  }

  .Our_Objectives .content_div {
    bottom: -209px;
    width: 90%;
  }

  .Our_Objectives .content_div .white_card .dsecn {
    font-size: 13px;
  }

  .Our_Objectives .content_div .white_card .title {
    font-size: 25px;
  }

  .Our_Objectives:hover .content_div .white_card .title {
    font-size: 28px;
  }

  .Our_Objectives .common_title_div {
    margin: 40px 0px;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .Our_Objectives .content_div .white_card .title {
    font-size: 28px;
  }

  .Our_Objectives:hover .content_div .white_card .title {
    font-size: 31px;
  }

  .Our_Objectives .common_title_div {
    margin: 40px 0px;
  }
}
