/* ///////////////////////////////////////////////////////////////////// */
/* Imports */

@import url(../../../src/utilities/colors.css);

/* ///////////////////////////////////////////////////////////////////// */
/* Section */

.section {
  max-width: 117.6rem;
  overflow: hidden;
  padding: 16.4rem 1.2rem 1.2rem 1.2rem;
  margin: auto;
}

/* ///////////////////////////////////////////////////////////////////// */
/* Header */

.section-header {
  width: 100%;
}

@media (min-width: 768px) {
  .section-header {
    width: 75%;
  }
}

/* ///////////////////////////////////////////////////////////////////// */
/* Sub Title */

.section-sub-title {
  font-family: bai jamjuree, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.3rem;
  margin-bottom: 0.3rem;
}

/* ///////////////////////////////////////////////////////////////////// */
/* Title */

.section-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.4rem;
  font-family: jura, sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  text-indent: -0.3rem;
  color: var(--orange);
  margin-bottom: 2.4rem;
}

@media (min-width: 768px) {
  .section-title {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1.2rem;
  }
}

/* ///////////////////////////////////////////////////////////////////// */
/* Subtext */

.section-subtext {
  margin-bottom: 2.4rem;
}

/* ///////////////////////////////////////////////////////////////////// */
/* Subtext List */

.section-subtext-list {
  list-style: disc;
  margin-left: 1.8rem;
  margin-bottom: 2.4rem;
}

/* ///////////////////////////////////////////////////////////////////// */
/* Subtext Link */

.section-subtext-link {
  font-family: bai jamjuree, sans-serif;
  text-decoration: none;
  color: var(--orange);
}

/* ///////////////////////////////////////////////////////////////////// */
/* Policy Background */

.policy-background {
  background-color: var(--dark-blue);
}
