.Our_choices {
  margin: 5% 0%;
}

.Our_choices .heading_text {
  margin-bottom: 0;
}

.Our_choices .Our_choices_holder {
  margin-bottom: 50px;
}
.Our_choices .category_heading_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.margin-t {
  margin-bottom: 0px !important;
}

.Our_choices .see_more_btn_holder {
  display: flex;
  align-items: center;
  margin-bottom: 5%;
}

.Our_choices .see_more_btn_holder::before {
  content: "";
  border-top: 1px solid #000;
  width: 100%;
}

.Our_choices .see_more_btn_holder .Green_round_btn_holder .Green_round_btn {
  text-wrap-mode: nowrap;
  margin-left: 10px;
}
