.customer-help-section {
  max-width: 1400px;
  margin: 0 auto 40px;
  text-align: center;
}

.customer-help-section__content {
  color: #353535;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.customer-help-section__content p {
  margin: 0;
}

.customer-help-section__button {
  display: inline-block;
  margin-top: 30px;
  padding: 6px 20px;
  border: 1px solid #353535;
  border-radius: 30px;
  color: #353535;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.customer-help-section__button:hover,
.customer-help-section__button:focus-visible {
  background: #353535;
  color: #fff;
}

.customer-help-section__button:focus-visible {
  outline: 2px solid #256fff;
  outline-offset: 2px;
}

@media screen and (max-width: 839px) {
  .customer-help-section {
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .customer-help-section__content {
    font-size: 14px;
  }

  .customer-help-section__button {
    margin-top: 15px;
    font-size: 12px;
  }
}
