@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

.benefits-section {
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
}

.benefits-section h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2em;
  color: #fff;
  background-color: #b83012;
  padding: 40px;
  font-weight: 400;
  text-transform: uppercase;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .benefits-section h2 {
    padding: 20px;
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

.benefits-section > p,
.benefits-section h3 + p,
.benefits-section p + p {
  margin: 0 0 20px 0;
  line-height: 1.6;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-align: left;
}

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

.benefits-section h3 {
  font: 900 24px 'Roboto', sans-serif;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  color: #8a9a2a;
  text-align: left;
}