/*
   1.0 Utility functions for RTLCSS
*/
/* Replace. Replaces the declaration value with {value}.
** Usage:
** letter-spacing: 1px rtl(normal);
*/
/* Append. Appends {value} to the end of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-append(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Prepend. Prepend {value} to the begining of the declaration value.
** Usage:
** transform: rotate(45deg) rtl-prepend(scaleX(-1));
*/
/* Ignore. Ignores processing of this declaration
** Usage:
** text-align: left rtl-ignore();
*/
.section-static-page .breadcrumb {
  padding-left: 0; }
  @media (max-width: 991.98px) {
    .section-static-page .breadcrumb {
      padding-bottom: 0; } }

.section-static-page-heading {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  @media (min-width: 769px) {
    .section-static-page-heading {
      margin-bottom: 40px;
      margin-bottom: 2.5rem; } }

.section-static-page-title {
  color: #000;
  font-family: "Causten-Bold", "Arial Narrow", sans-serif /*rtl:prepend:Almarai, */;
  letter-spacing: 0;
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem; }
  @media (min-width: 769px) {
    .section-static-page-title {
      font-size: 48px;
      font-size: 3rem; } }

.section-static-page-content h1,
.section-static-page-content h2,
.section-static-page-content h3,
.section-static-page-content h4,
.section-static-page-content h5,
.section-static-page-content h6 {
  font-family: "Causten-Bold", "Arial Narrow", "Arial", sans-serif /*rtl:prepend:Almarai, */;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 16px;
  font-size: 1rem; }

.section-static-page-content h1 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 30px;
  line-height: 1.875rem; }

.section-static-page-content h2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem; }

.section-static-page-content h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem; }

.section-static-page-content p,
.section-static-page-content li {
  color: #646464;
  line-height: 22px;
  line-height: 1.375rem;
  font-size: 15px;
  font-size: 0.9375rem; }

/*# sourceMappingURL=staticPage.css.map*/