.spotlight{
    background: url('/images/corporativo-home.jpg');
    background-size: cover;
    height: 100vh;
    padding: 20px;
    display: flex;
    align-items: center;
}

.spotlight > div{
    display: flex;
    justify-content: center;
    width: 100%;
}

.box-service{
    background-color: #FFF;
    padding: 20px;
    margin: 20px;
    flex: 0 0 20%;
    border-radius: 20px;
}

.box-service h2{
    color: #1299d4 !important;
    text-align: center;
    margin-bottom: 50px;
}

.box-service .contratar{
    text-align: center;
    margin-top: 50px;
}