.serviceForm__section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--light_gray1);
  padding: 80px 40px 56px 40px;
}

.serviceForm__title {
  display: block;
  font-size: 64px;
  line-height: 56px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.serviceForm__subtitle {
  display: block;
  margin-top: 32px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.7px;
  font-weight: 500;
  text-align: center;
}

.serviceForm__formContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: var(--light_gray1);
}

.serviceForm__formContainer iframe {
  margin-left: calc(100vw - 1262px);
}

@media (max-width: 1350px) {
  .serviceForm__formContainer iframe {
    margin-left: calc(100vw - 1262px);
  }
}

@media (max-width: 767px) {
  .serviceForm__section {
    padding: 40px 24px;
  }

  .serviceForm__title {
    font-size: 40px;
    line-height: 50px;
  }

  .serviceForm__subtitle {
    max-width: 100% !important;
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
  }
}
