/*Product Benefits*/
.providers-productbenefits {
  background-color: #f1f1f1;
  padding: 20px;
}

.productBenefitsImageContainer {
  min-width: 300px;
  margin-right: 30px;
}

.productBenefitsTextContainer {
  background-color: white;
  padding: 20px 10px;
}

.productBenefitsLabel {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.productBenefitSubContainer {
  width: 50%;
  padding-right: 25px;
  margin-bottom: 25px;
}

.ProductBenefitSubContainerHeading {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  .productBenefitsImageContainer {
    min-width: 300px;
    margin-right: 0px;
    margin-top: 30px;
  }
}