/*sunway-featurebox*/
.sunway-featurebox.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature {
  border: 0px solid #f1f3f6;
  padding: 0px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sunway-featurebox.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-addon-text,
.sunway-featurebox.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-icon span i,
.sunway-featurebox.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-addon-title.sppb-feature-box-title {
  -webkit-transition: color .3s;
  transition: color .3s;
  color: inherit!important;
}
.sunway-featurebox.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-addon-text {
  font-size: inherit;
  font-size: 14px;
}
.sunway-featurebox.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover {
  color: inherit;
  background: transparent;
}
.sunway-featurebox.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-addon-text,
.sunway-featurebox.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-addon-title.sppb-feature-box-title,
.sunway-featurebox.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-icon span i {
  color: inherit !important;
  background: transparent!important;
}
.sunway-featurebox .sppb-media {
    display: flex;
    align-items: center;
}


@media only screen and (max-width: 480px){
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-addon-title {
    margin-bottom: 0px !important;
}
.sppb-addon.sppb-addon-feature .sppb-addon-title.sppb-feature-box-title.sppb-media-heading {
    font-size: 15px !important;
}
}

