





@media screen and (max-width: 767px) {
  
  body p { 
    text-align: left !important; 
  }
    body dt.h4 { text-align: left !important; }

  
  body .list-terms dd,
  body .list-terms dd li,
    body dt.h4{
    text-align: left !important;
  }

  body dl, 
  body dd {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
    
  body .about-box p {
    text-align: center !important;
  }
    body .side-footer p {
    text-align: center !important;
  }
    
    body.privacy-page,
body.disclaimer-page {
    font-size: 16px;
    line-height: 24px;
}
    .form-input {
  color: #1f2937 !important;        
}

.form-input:focus {
  color: #111827 !important;       
}

.form-input::placeholder {
  color: #9aa0a6 !important;        
  opacity: 1;                        
}
    @media screen and (max-width: 767px) {
  .center-mob { text-align: center !important; }
}
}
.form-input {
    color: #000 !important;     /* tekstkleur */
}

.form-input::placeholder {
    color: #999 !important;     /* placeholder kleur */
}

textarea.form-input {
    color: #000 !important;
}

