.world-cup-form-section {
  padding: 110px 0 0;
  background: #f9f9f9;
}

.world-cup-form-content {
  max-width: 920px;
  margin: 0 auto 56px;
  text-align: center;
}

.world-cup-form-content h2,
.world-cup-form-content h3,
.world-cup-form-content h4 {
  color: #230704;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.world-cup-form-content p {
  color: #666;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  text-transform: none;
}

.world-cup-form-content p:last-child {
  margin-bottom: 0;
}

.world-cup-form-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .world-cup-form-section {
    padding-top: 64px;
  }

  .world-cup-form-content {
    margin-bottom: 40px;
    text-align: left;
  }

  .world-cup-form-content p {
    font-size: 16px;
  }
}
