.fifth-section {
  width: 100%;

  display: flex;
  justify-content: center;

  padding: 4rem 0;

  background: var(--blue9);
}

.fifth-section > div {
  width: 100%;
  max-width: 1200px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.fifth-section p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.fifth-section p strong {
  font-weight: 600;
}

.fifth-section h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;

  color: var(--white9);
}

.fifth-section h3 {
  font-weight: 600;
  margin: 1rem 0 0.5rem 0;

  color: var(--white9);
}
.fifth-section h3 strong {
  font-weight: 600;

  color: var(--red9);
}

@media (max-width: 1270px) {
  .fifth-section {
    padding: 4rem 1rem;
  }
}