.page-header {
    background: linear-gradient(0deg, rgba(0, 115, 181, 0.20) 0%, rgba(0, 115, 181, 0.20) 100%), 
                url(../../images/pages/partnerships/background.jpg) lightgray 50% 30% / cover no-repeat
}


.service-p {
    padding-top: 150px;
    padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
    .service-p {
        padding-top: 0px;
        padding-bottom: 50px;
    }    
}
.image-card.service {
    background-image: linear-gradient(0deg, rgba(48, 157, 218, 0.30) 0%, rgba(48, 157, 218, 0.30) 100%), 
                url(../../images/pages/partnerships/service.jpg);
    background-position: 50%, 50% 20%;
    background-size: cover, 100% auto;
    background-repeat: no-repeat, no-repeat;
}


.choice .image {
    width: 100%;
    padding-top: calc(124 / 560 * 100%);
    margin-bottom: 16px;
    
    border-radius: var(--border-radius2);
}
.choice1 .image {
    background: linear-gradient(0deg, rgba(48, 157, 218, 0.30) 0%, rgba(48, 157, 218, 0.30) 100%), 
                url(../../images/pages/partnerships/choice1.jpg) lightgray 50% / cover no-repeat;
}
.choice2 .image {
    background: linear-gradient(0deg, rgba(48, 157, 218, 0.30) 0%, rgba(48, 157, 218, 0.30) 100%), 
                url(../../images/pages/partnerships/choice2.jpg) lightgray 50% / cover no-repeat;
}