.service-banner{
width:100%;
height:300px;
overflow:hidden;
}

.service-banner img{
width:100%;
height:100%;
object-fit:cover;
}

.service-content{
max-width:900px;
margin:60px auto;
padding:0 20px;
}

.service-content h1{
font-size:42px;
margin-bottom:25px;
}

.service-content p{
font-size:18px;
line-height:1.7;
margin-bottom:20px;
}

.servicos a,
.servico-col a,
.slide{
text-decoration: none;
color: inherit;
}

.servico-col a:hover{
text-decoration: underline;
}