.legal-section {
  padding: 100px 0;
  background: #f8fafc;
}

.legal-header {
  max-width: 800px;
  margin: 0 auto 60px;
  text-align: center;
}

.legal-header h1 {
  font-size: 52px;
  color: #073752;
  font-weight: 700;
  margin-bottom: 15px;
}

.legal-header p {
  color: #667085;
}

.legal-content {
  width: 100%;
  max-width: 1250px;
  margin: auto;
  background: #fff;
  padding: 60px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,.06);
}

.legal-content h3 {
  color: #073752;
  margin-top: 35px;
  margin-bottom: 15px;
  font-size: 26px;
}

.legal-content p, .legal-content li {
  color: #667085;
  line-height: 1.9;
  font-size: 16px;
}

.legal-content ul {
  padding-left: 22px;
}

/* =========================
LEGAL PAGE HEADER
========================= */

.legal-section {
  padding: 90px 0 !important;
  background: #064731 !important;
}

.legal-section .container {
  max-width: 1320px !important;
  width: 100% !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* HEADER */

.legal-header {
  width: 100% !important;
  max-width: 900px !important;
  margin: 0 0 42px 0 !important;
  text-align: left !important;
}

.legal-header .section-tag {
  display: inline-block !important;
  background: #e6f8f3 !important;
  color: #064731 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: none!important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  margin-bottom: 18px !important;
}

.legal-header h1 {
  color: #073752 !important;
  font-size: 52px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  margin: 0 0 14px 0 !important;
}

.legal-header p {
  /*color: #667085 !important;*/
  font-size: 16px !important;
  margin: 0 !important;
  line-height: 1.7 !important;
}

/* CONTENT BOX */

.legal-content {
  width: 100% !important;
  max-width: 1250px !important;
  background: #ffffff !important;
  padding: 55px !important;
  border-radius: 22px !important;
  box-shadow: 0 18px 50px rgba(0,0,0,.08) !important;
  margin: 0 !important;
}

.legal-content h3 {
  color: #000000 !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  margin-top: 34px !important;
  margin-bottom: 14px !important;
}

.legal-content h3:first-child {
  margin-top: 0 !important;
}

.legal-content p, .legal-content li {
  color: #6b7280 !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
}

.legal-content ul {
  padding-left: 22px !important;
  margin-bottom: 20px !important;
}

.legal-content li {
  margin-bottom: 8px !important;
}

/* TABLET */

@media (max-width:991.98px) {
  .legal-section {
    padding: 70px 0 !important;
  }
}

@media (max-width:991.98px) {
  .legal-header h1 {
    font-size: 40px !important;
  }
}

@media (max-width:991.98px) {
  .legal-content {
    padding: 36px !important;
  }
}

/* MOBILE */

@media (max-width:767.98px) {
  .legal-section {
    padding: 55px 0 !important;
  }
}

@media (max-width:767.98px) {
  .legal-section .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media (max-width:767.98px) {
  .legal-header {
    margin-bottom: 28px !important;
  }
}

@media (max-width:767.98px) {
  .legal-header h1 {
    font-size: 32px !important;
  }
}

@media (max-width:767.98px) {
  .legal-header p {
    font-size: 15px !important;
  }
}

@media (max-width:767.98px) {
  .legal-content {
    padding: 24px !important;
    border-radius: 18px !important;
  }
}

@media (max-width:767.98px) {
  .legal-content h3 {
    font-size: 22px !important;
  }
}

@media (max-width:767.98px) {
  .legal-content p, .legal-content li {
    font-size: 15px !important;
    line-height: 1.8 !important;
  }
}

@media (max-width:768px) {
  .legal-section {
    padding: 70px 0;
  }
}

@media (max-width:768px) {
  .legal-content {
    padding: 30px;
  }
}

@media (max-width:768px) {
  .legal-header h1 {
    font-size: 34px;
  }
}

