
   .scontact-form {
    max-width: 1000px;
    margin: auto;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-top: 150px;
    margin-bottom: 50px;
    }
    .scontact-form h2 {
    margin-bottom: 75px;
    font-size: 40px;
    text-align: center;
    }
    .sform-group {
      margin-bottom: 15px;
    }
      .scontact-form label {
      display: block;
      margin-bottom: 6px;
      font-weight: bold;
    }
      .scontact-form input, textarea {
      width: 100%;
      padding: 10px;
      border: 1px solid #EEE566;
      border-radius: 6px;
      font-size: 16px;
    }
     .scontact-form input, textarea::placeholder {
      color: #999;
    }
      .scontact-form button {
      background-color: #EEE566;
      color: #222222;
      border: none;
      padding: 12px 20px;
      font-size: 16px;
      border-radius: 6px;
      cursor: pointer;
      width: 100%;
      margin-top:10px;
    }
       .scontact-form button:hover {
      background-color: #EEE568;
    }