.border-bottom {
    border-bottom: 2px solid #8c8c8c47;
}

.text-uppercase {
    text-transform: uppercase!important;
}

.d-none {
    display: none!important;
}

.fs-48 {
    font-size: 48px!important;
}

.px-5 {
    padding: 0 3.5rem 0 3.5rem;
}

.lh-5 {
    line-height: 5rem!important;
}

.mb-3 {
    margin-bottom: 3.5rem!important;
}

.header-button .button-icon {
	background-color: #f4f0ea!important;
}

/* Font Size 48px */
.fs-48 {
  font-size: 48px !important;
}
@media (max-width: 575.98px) {
  .fs-xs-48 {
    font-size: 32px !important;
  }
}
@media (min-width: 576px) {
  .fs-sm-48 {
    font-size: 36px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-48 {
    font-size: 42px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-48 {
    font-size: 48px !important;
  }
}
@media (min-width: 1200px) {
  .fs-xl-48 {
    font-size: 52px !important;
  }
}

/* Padding X 3.5rem */
.px-5 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
@media (max-width: 575.98px) {
  .px-5-xs {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 576px) {
  .px-5-sm {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .px-5-md {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .px-5-lg {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .px-5-xl {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

/* Line Height 5rem */
.lh-5 {
  line-height: 5rem !important;
}
@media (max-width: 575.98px) {
  .lh-5-xs {
    line-height: 2rem !important;
  }
}
@media (min-width: 576px) {
  .lh-5-sm {
    line-height: 2.5rem !important;
  }
}
@media (min-width: 768px) {
  .lh-5-md {
    line-height: 3.5rem !important;
  }
}
@media (min-width: 992px) {
  .lh-5-lg {
    line-height: 4.5rem !important;
  }
}
@media (min-width: 1200px) {
  .lh-5-xl {
    line-height: 5rem !important;
  }
}

/* Margin Bottom 3.5rem */
.mb-3 {
  margin-bottom: 3.5rem !important;
}
@media (max-width: 575.98px) {
  .mb-3-xs {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 576px) {
  .mb-3-sm {
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .mb-3-md {
    margin-bottom: 2rem !important;
  }
}
@media (min-width: 992px) {
  .mb-3-lg {
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .mb-3-xl {
    margin-bottom: 3.5rem !important;
  }
}
