.Why_choose_profcyma {
  
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  padding: 50px 0px;
  position: relative;
  z-index: 0;
}

.Why_choose_profcyma:after {
  content: "";
  background: #000;
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  bottom: 0px;
  z-index: -1;
}

.Why_choose_profcyma .Main_heading_holder h3 {
  color: #fff;
  width: 80%;
  margin: 0 auto 20px;
}

.Why_choose_profcyma .text_holder .list_text_holder {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
  height: 100%;
}

.Why_choose_profcyma .text_holder .list_text_holder h6 {
  font-size: 19px;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
}

.Why_choose_profcyma .text_holder .list_text_holder h6 .arrow_img {
  width: 40px;
  margin-right: 10px;
  /* margin-top: -5px; */
  height: 40px;
}

.Why_choose_profcyma .text_holder .list_text_holder p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0px;
  padding-left: 51px;
}

.Why_choose_profcyma .text_holder ol li::marker {
  font-size: 23px;
  color: #000 !important;
  font-weight: 600;
}

.Why_choose_profcyma .Main_heading_holder h1 {
  color: #fff;
}

.Why_choose_profcyma .Main_heading_holder .main_section_heading_text {
  color: #fff;
}

.Why_choose_profcyma .text_holder {
  margin-top: 50px;
}

.Why_choose_profcyma .btn_div {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

@media (min-width: 0px) and (max-width: 575px) {
  .Why_choose_profcyma .text_holder .list_text_holder h6 {
    font-size: 16px;
  }

  .Why_choose_profcyma .text_holder .list_text_holder p {
    font-size: 14px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .Why_choose_profcyma .text_holder .list_text_holder h6 {
    font-size: 18px;
  }

  .Why_choose_profcyma .text_holder .list_text_holder p {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .Why_choose_profcyma .text_holder .list_text_holder h6 {
    font-size: 17px;
  }

  .Why_choose_profcyma .text_holder .list_text_holder p {
    font-size: 14px;
  }
}
