body {
    background-color: #f8fffa;
    margin-top: 100px;
    padding: 0;
  }

  .guidelines ul {
    font-size: small;
    padding: 0 60px 60px 30px;
  }
  
  .contact-form-container {
    background-color: #f8fffa;
    /* border: 1px solid #e0f4df;
    border-radius: 10px; */
    padding: 40px;
    /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); */
    width: 100%;
    max-width: 600px;
    margin-bottom: 5%;
  }

  .super-container {
    display: flex;
    justify-content: center;
  }

  .phone-mail-container {
    display: flex;
    margin-top: -20px;
  }

  h2 {
    margin-left: 2%;
    color: #12491C;
  }
  
  h3 {
    margin-left: 60px;
    color: #12491C;
  }

  .error {
    color: red;
    font-size: 12px;
    display: none;
    position: absolute;
  }
  
  .submit-btn {
    width: 50%;
    padding: 10px;
    background-color:#12491C;
    color: white;
    border: none;
    /* border-radius: 5px; */
    cursor: pointer;
    font-size: 16px;
    margin-top: 5%;
    margin-left: 2%;

  }
  
  .submit-btn:hover {
    background-color: #2a6f17;
  }

  .submit-group {
    display: flex;
    flex-direction: column;
  }

  #messageSuccess {
    margin-left: 2%;
    color: #2a6f17;
  }


  .contact-form .form-field {
    position: relative;
    margin: 32px 0;
  }
  .contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #000;
    background-color: #f8fffa;;
    /* font-family: Lusitana, serif; */
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 40px;
  }
  .contact-form .input-text:focus {
    outline: none;
  }
  .contact-form .input-text:focus + .label, .contact-form .input-text.not-empty + .label {
    transform: translateY(-24px);
  }
  .contact-form .label {
    position: absolute;
    bottom: 11px;
    font-family: Lusitana, serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #888;
    cursor: text;
    transition: transform 0.2s ease-in-out;
  }


  @media (max-width: 768px) {

}

@media (max-width: 480px) {

  
  .guidelines ul {
    padding: 0 30px 30px 30px;
  }

  ul li{
    font-size: 0.8em;
  }
}
  