.motor_7 {
    position: relative;
    z-index: 10;
    background-image: url(../image/ban12.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 500px;
  }

  .new_11{
    background-color: #1C459A !important;
  }

  .new_6{

    background-color: #7F7F7F !important;

  }

  .new_7{
    background-color: #DC0026 !important;  
  }

  .new_8{
    background-color: #151515 !important; 
  }

  /* meadia-query */

@media screen and (max-width: 600px) {
  .motor_7 {
    height: 400px;
  }
}
