.machine-banner{

height:650px;

background:url('/uploads/banner/factory-bg.jpg')
center/cover;

position:relative;

}


.machine-box{

height:100%;

display:flex;

align-items:center;

justify-content:space-between;

padding:0 6%;

background:
rgba(0,80,170,.75);

}



.machine-text{

color:white;

width:40%;

}



.factory{

color:#ff6b22;

border:1px solid #ff6b22;

padding:8px 20px;

display:inline-block;

}



.machine-text h1{

font-size:60px;

line-height:1.15;

font-weight:900;

}



.line{

height:3px;

width:150px;

background:#ff6b22;

}



.machine-text p{

font-size:20px;

}



.machine-text b{

color:#ff6b22;

}



.machine-sample{

text-align:center;

color:white;

}



.machine-sample img{

width:100px;

height:100px;

object-fit:cover;

margin:5px;

background:white;

}



.machine-sample a{


display:inline-block;

margin-top:70px;


background:#ff681d;

color:white;


padding:18px 35px;


text-decoration:none;


font-size:18px;


font-weight:bold;


}



.machine-photo{

width:35%;

}



.machine-photo img{

width:100%;

}



@media(max-width:1200px){

.machine-box{

flex-direction:column;

height:auto;

padding:50px;

}


.machine-text,
.machine-photo{

width:100%;

text-align:center;

}


.machine-text h1{

font-size:35px;

}

}