.legal section {
  background-color: var(--usat-black);
  color: var(--usat-white);
}

.legal section .container {
  width: 1288px;
  padding-top: 180px;
  padding-bottom: 60px;
}

@media only screen and (max-width : 991.98px) {
  .legal section .container {
    padding-top: 130px;
    padding-bottom: 0;
  }
}

.legal section .date {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 3.2px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
}

@media only screen and (max-width : 991.98px) {
  .legal section .date {
    font-size: 12px;
  }
}

.legal section h1 {
  font-weight: 700;
  font-size: 72px;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
}

@media only screen and (max-width : 991.98px) {
  .legal section h1 {
    font-size: 42px;
    line-height: 1.0952;
  }
}

@media only screen and (max-width : 401.98px) {
  .legal section h1 {
    font-size: 40px;
  }
}

.legal section .content {
  margin-top: 40px;
  gap: 0;
  text-align: left;
  width: 100%;
}

.legal section .content>p {
  font-size: 24px;
  line-height: 1.54;
  letter-spacing: 0;
  text-transform: none;
  margin: 12px 0;
}

@media only screen and (max-width : 991.98px) {
  .legal section .content>p {
    font-size: 18px;
  }
}

.legal section .content h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0;
}

@media only screen and (max-width : 991.98px) {
  .legal section .content h2 {
    font-size: 26px;
  }
}

.legal section .content a {
  color: var(--usat-white);
}

.legal section .content .list {
  margin-top: 30px;
  width: 100%;
}

.legal section .content .list .item {
  padding: 40px 0;
  border-top: 0.93px solid var(--usat-white);
}

.legal section .content .list .item h2 {
  margin-bottom: 30px;
}

.legal section .content .list .item figure {
  margin: 40px 0;
}

.legal section .content .list .item ul li {
  font-size: 22px;
  line-height: 1.54;
  padding-left: 4px;
}

@media only screen and (max-width : 991.98px) {
  .legal section .content .list .item ul li {
    font-size: 16px;
  }
}

.legal section .content .list .item p {
  font-size: 22px;
  line-height: 1.54;
  margin: 20px 0;
  letter-spacing: 0;
  text-transform: none;
}

@media only screen and (max-width : 991.98px) {
  .legal section .content .list .item p {
    font-size: 16px;
  }
}

.legal section .content .list .item p:last-child {
  margin-bottom: 0;
}

.legal section .content .list .sub-item {
  padding-left: 70px;
}

@media only screen and (max-width : 991.98px) {
  .legal section .content .list .sub-item {
    padding-left: 35px;
  }
}

.legal section .content .list .sub-item p {
  font-size: 20px;
  line-height: 1.54;
}

@media only screen and (max-width : 991.98px) {
  .legal section .content .list .sub-item p {
    font-size: 14px;
  }
}