.s1 {
  width: 100%;
  max-width: 850px;
  padding: 100px 0 100px 0;
  margin: 0 auto;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.s1 .background {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, rgba(190, 74, 211, 0.75), rgba(48, 51, 122, 0.75));
  z-index: -1;
}
.s1 .title {
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.s1 .title h2 {
  color: white;
  font-size: 32px;
  font-weight: 500;
}
.s1 .title .line {
  width: 350px;
  height: 5px;
  background-image: url("../Media/BG/3.webp");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  box-shadow: 4px 4px 4px 0 rgba(48, 51, 122, 0.15);
}
.s1 .form {
  width: 100%;
  max-width: 780px;
  margin-top: 50px;
  background: white;
  border: 2px solid #252525;
}

@media (max-width: 900px) {
  .s1 {
    padding: 100px 15px 50px 15px !important;
    align-items: center;
  }
  .s1 .title h2 {
    font-size: 18px;
  }
  .s1 .title h2 span {
    font-size: 18px;
  }
  .s1 .title .line {
    max-width: 100%;
    width: 350px;
  }
  .s1 .form {
    width: 100%;
    margin: 50px 0 0;
  }
}


.cf7-form select,
.cf7-form input,
.cf7-form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 6px;
/*   margin-bottom: 12px; */
  border: 1px solid #ccc;
  border-radius: 5px;
}

.cf7-form input[type="submit"] {
  background: #2c6ebd;
  color: #fff;
  padding: 12px 32px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.wpcf7-form p label input {
    width: 100%;
    height: 20px;
    background: white !important;
    border: 1px solid #EEEEEE !important;
    margin-top: 5px;
    padding: 4px 12px 0 12px !important;
    letter-spacing: 1px;
    line-height: 40px;
}

.form-row > p {
    margin-top: 10px !important;
}

