/* custom style -- style.css is using sass, and not easy to edit, so we created this file */
body p, body div {
	font-size: 14px;
}

.b-motor_1 {
	background: #e7e7e7;
  padding: 100px;
}
.b-motor_1 >p{
	font-size: 34px;
  line-height: 1.4;
  margin-bottom: 40px;
}
.b-motor_1 >div{
	display: flex;
  padding: 0 60px;
}
.b-motor_1 ul{
	width: 33%;
}
.b-motor_1 ul li{
  list-style: disc;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 32px;
  font-style: italic;
}


.b-motor_2 {
  background-color: rgb(56, 56, 56);
  color: white;
}
.b-motor_2 a{
  color: white;
}

.s-motor_3 {
  margin: 60px 0;
}

@media screen and (max-width: 767px) {
  .s-motor_1 {
    background: #e7e7e7;
    padding: 20px 0;
  }
  .b-motor_1 {
    padding: 0;
  }
  .b-motor_1 >p{
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .b-motor_1 >div{
    padding: 0 10px;
  }
  .b-motor_1 ul{
    padding: 0 16px 0 0;
  }
  .b-motor_1 ul li{
    margin-bottom: 10px;
    font-size: 12px;
  }
  .b-motor_video {
    padding: 0;
  }
  .s-motor_3 {
    margin: 20px 0;
  }
  
}