@import 'variables';
@import 'functions';

// VARBIALES
$headerColor: #000;
$subHeaderColor: #898989;

.twofas-light-wrapper {
  h3,
  h4 {
    margin: 0 auto;
  }

  h3 {
    color: $headerColor;
    font-size: px-to-rem(20);
    font-weight: 700;
    line-height: px-to-rem(24);
    margin-bottom: 6px;
    text-align: center;
  }

  h4 {
    color: $subHeaderColor;
    font-size: px-to-rem(14);
    font-weight: 500;
    line-height: px-to-rem(17);
    margin-bottom: 20px;
    text-align: center;
  }
}
