.container {
  background-color: #000;
}

.content {
  max-width: 1920px;
  margin: 0 auto;
}

.content-main {
  padding-top: 1rem;
  margin-bottom: 12.5rem;
  text-align: center;
}

.content-main h1 {
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 2rem;
  color: #fff;
  display: flex;
  padding: 15px 0;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  text-align: left;
}

.content-main p {
  color: #fff;
  line-height: 1.7;
  text-align: left;
  font-weight: 300;
  font-size: 22px;
  min-height: 110px;
}

.content-section {
  border-top: 1px solid #ffffffb3;
  color: #fff;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 8.75rem;
  gap: 30px;
}

.section-title {
  font-size: 22px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  flex: 1;
}

.section-content {
  flex: 1;
  font-size: 1rem;
  line-height: 1.6;
  color: #eee;
}

.section-content p.section-content-small {
  color: #444;
  font-size: 0.95rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

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

.section:nth-of-type(3) .section-title {
  white-space: pre-line;
}

@media (max-width: 768px) {
  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: block;
  }

  .content-section {
    flex-direction: column;
  }
}
