.nre-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.nre-section {
  padding: 40px 0;
  background: #f3f0ff;
}

.nre-section-header {
  text-align: center;
  margin-bottom: 30px;
}
.nre-section-header h2 {
  margin-bottom: 12px;
}

.nre-section-header p {
  color: #6a7282;
  max-width: 560px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 18px;
}

@media (max-width: 1023px) {
  .nre-section {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .nre-section {
    padding: 20px 0;
  }

  .nre-section-header {
    margin-bottom: 24px;
  }

  .nre-section-header p {
    font-size: 15px;
  }
}
