.Grow_Your_Business_content .content-holder .heading-holder {
  background: transparent linear-gradient(269deg, #413f3f00 0%, #2e2e30 100%) 0% 0% no-repeat padding-box;
  padding: 5px 10px;
  margin-bottom: 30px;
}

.Grow_Your_Business_content .content-holder .heading-holder h3 {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  margin: 0px;
}

.Grow_Your_Business_content .content-holder .text-holder {
  padding-left: 50px;
}

.Grow_Your_Business_content .content-holder .text-holder h6 {
  font-style: italic;
  font-size: 19px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 30px;
}

.Grow_Your_Business_content .content-holder .text-holder p {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
}

.Grow_Your_Business_content .content-holder .Common_Button_holder {
  padding-left: 50px;
  margin-top: 30px;
}


@media (min-width: 0px) and (max-width: 991px) {
  .Grow_Your_Business_content .content-holder .heading-holder h3 {
    font-size: 20px;
  }

  .Grow_Your_Business_content .content-holder .Common_Button_holder {
    padding-left: 0px;
  }

  .Grow_Your_Business_content .content-holder .text-holder h6 {
    font-size: 15px;
  }

  .Grow_Your_Business_content .content-holder .text-holder p {
    font-size: 14px;
  }

  .Grow_Your_Business_content .content-holder .text-holder {
    padding-left: 0px;
  }
}