.section_f_wrapper {
  gap: 40px;
  justify-content: center;
}

.section_f_1 {
  position: relative;
  flex: 0.8;
}

.section_f_1 .main_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.section_f_1 .inner_img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  bottom: -10px;
  left: 60%;
  transform: translateX(-50%);
  border: 5px solid #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.section_f_2 {
  flex: 1;
  background-image: url(../../newImages/mape.png);
  background-size: 75%;
background-repeat: no-repeat;
  background-position: top right;

}

.section_f_logo img {
  margin: 10px auto;
  width: 220px;
}

.section_f_heading {
  font-size: 40px;
  color: #1D5472;
  margin: 15px 0px;
  font-family: "Nasalization" !important;

}

.section_f_text {
  font-size: 14px;
  color: #333;
  padding: 15px 0px;
  font-family: 'Poppins', sans-serif;

  line-height: 1.6;
}

.section_f_progress_group {
  margin-bottom: 20px;
}

.section_f_label {
  font-weight: 500;
  color: #000;
  font-family: "Nasalization" !important;
font-size: 18px;
  padding: 12px 0px;
  display: block;
}

.section_f_progress_bar {
  width: 100%;
  background: #eaeaea;
  height: 6px;
  border-radius: 4px;
  overflow: hidden;
}

.section_f_progress {
  height: 100%;
  width: 95%;
  background: #a0ce3f;
}
.sec_3Img img{
width: 250px;
}
.section_f_vertical {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-weight: bold;
  color: #222;
  margin-top: 20px;
}


.back-color{
    background: linear-gradient(to bottom, #4D8EB6, #6EAFD6);

}

@media (max-width: 768px) {
  .section_f_wrapper {
    flex-direction: column;
    text-align: center;
  }
  .section_f_wrapper{
    gap:3px;
  }
  .section_f_1 {
    width: 280px;
    height: 280px;
  }

  .section_f_1 .inner_img {
    width: 140px;
    height: 140px;
    left: 70%;
  }

  .section_f_heading {
    font-size: 26px;
    line-height: normal;

  }

  .section_f_text {
    font-size: 14px;
  }

  .section_f_trusted {
    font-size: 24px;
  }

  .section_f_vertical {
    writing-mode: horizontal-tb;
    transform: none;
    margin-bottom: 10px;
  }
}
