.warning-section {
  background: #3B626B;
  padding: 37px;
  text-align: center;
}

.warning-container {
  max-width: 1386px;
  margin: 0 auto;
}

.warning-container p {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 142%;
}

.warning-container strong {
  font-weight: bold;
}