/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .footer-style{
        margin-bottom: 20px;
    }

    #menu-footer-navi{
        padding-left: unset;
    }
}


@media screen and (max-width: 1209px) and (min-width: 601px) {
  .whitepaper-contact-form span.wpcf7-form-control.wpcf7-checkbox.nl-item.form-control{
      height: 100px;
  }
}


@media only screen and (max-width: 377px) {
    .whitepaper-contact-form .wpcf7-acceptance .wpcf7-list-item{
        margin-top: 20px;
    }
}
