#contentBlock-service {
    background-image: url("../../service/img/bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#contentBlock-service .bg {
    min-height: 50px;
}

#contentBlock-service .header {
    border-radius: 36px;
    background: linear-gradient(120deg, #0054a6 62%, #fbc910 38%);
}
#contentBlock-service .content {
    background-color: #FFF;
}