@media only screen and (max-width: 1000px) {
  header li {
    display: inline-block;
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    /* margin-right: 10px; */
    margin-top: 30px;
    text-transform: uppercase;
    margin: 0px;
  }

  /*.slider-text {
    top: 0px !important;
  }
  .slider-text h2 {
    font-size: 12px;
  }
  .slider-text h1 {
  }

  .slider-text a {
  }
  .slider img {
    height: 280px;
  }*/

  .mx-auto .col-md-2 {
    margin: 0px 1%;
  }

  .mx-auto .col-md-2 img {
    margin: 0px 1%;
  }
  .brands {
    margin: 0px;
    padding: 0px;
    margin-top: 40px;
  }
  .brands .col-md-2 {
    float: left;
    width: 20%;
    height: 53px;
    text-align: center;
  }
  .brands .col-md-2 img {
    margin: 0px;
  }
  .mobile {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .desktop {
    display: none;
  }
  header ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
  }
  .logo_mobile {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .telephone {
    text-align: right;
    color: black;
    font-weight: bold;
    margin-top: 17px;
    margin-bottom: 0px;
  }
  .formmobile {
    display: block;
    float: center;
    text-align: center;
    width: 100%;
  }
  .formpc{
    display: none;
  }
}
