@media only screen and (max-width: 830px) {
.parental-padding {
padding-left: 20px !important;
padding-right: 20px !important;
}
}

.theme-green [data-grid="col-6"] .white-c:hover {
    color: #FFF !important;
}

/* fix for text spacing applied */
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .m-feature.f-align-left.f-background-neutral-10.f-image-priority {
    min-height: 275px;
  }
}
@media screen and (min-width: 1084px) and (max-width: 1105px) {
  .m-feature-group .m-feature.f-align-left.f-background-neutral-10.f-image-priority .c-heading {
    font-size: 20px;
    line-height: 24px;
  }
}