.offer_heading h2 {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
}
.sub_topic {
  font-size: 24px !important;
}
.section_size {
  padding: 0px 183px;
}
.common_service p {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  margin: 0px 0px 4px 0px;
  color: #ffffff;
  padding: 25px 46px 25px 22px;
  gap: 10px;
  background: #3b955f;
}
.common_charge p {
  color: #ffffff;
  padding: 25px 46px 25px 22px;
  gap: 10px;
  background: #e9f8ef;
  color: #000000;
  margin: 0px;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
}
.common_service_hight {
}
.common_service_hight p {
  margin: 0px;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  height: 280px;
  color: #ffffff;
  padding: 25px 46px 25px 22px;

  background: #3b955f;
}
b {
  font-weight: 700;
}
.supplier_content {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 170.6%;
}
.proceed_btn {
  height: 86px;
  text-align: center;

  background: #3b955f;
  border-radius: 5px;
}
.proceed_btn p {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  padding: 30px;
  color: #ffffff;
  line-height: 26px;
}
.dotted_border_2 {
  background: yellow;
  text-align: center;
  line-height: 100px;
  background: linear-gradient(
    to right,
    rgb(0, 0, 0) 50%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: right;
  background-repeat: repeat-x, repeat-y;
  background-size: 10px 1px, 1px 10px;
  width: 100%;
  height: 1px;
  padding-left: 1px;
  margin-top: 2rem !important;
}
.call_btn {
  height: 86px;
  text-align: center;

  background: #163560;
  border-radius: 5px;
}
.call_btn p {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  padding: 30px;
  color: #ffffff;
  line-height: 26px;
}
@media only screen and (max-width: 1200px) {
  .section_size {
    padding: 0px 20px;
  }
  .col-sm-12 {
    width: 100%;
  }
  .mobile_product p {
    padding: 0px 25px;
    font-family: "Space Grotesk";
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 13px;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
  .mobile_product h2 {
    font-family: "Space Grotesk";
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 13px;
    padding: 0px 25px;
  }
  .mobile_title_price h1 {
    font-family: "Space Grotesk";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 51px;
    color: #3b955f;
    text-align: right;
  }
  .offer_heading h2 {
    font-family: "Space Grotesk";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 0px;
  }
  .margin_top_mobile {
    margin-top: 55px;
  }
}
.background_color_2 {
  background-color: #e9f8ef;
  padding: 10px 13px;
  border-radius: 10px;
}
.proceed_btn:hover {
  color: white;
  background: #156837;
}
.call_btn:hover {
  background: #0d203a;
}

.background_color {
  background-color: #e9f8ef;
  border-radius: 10px;
  margin: 10px 0px;
}
.background_color .col-md-6
{
  padding-top: 10px;
}