/* Service uploaded images */
.ob-service-image-wrap {
    width: 100%;
    height: 190px;
    border-radius: 22px;
    overflow: hidden;
    margin: 2px 0 18px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.06);
}

.ob-service-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-card .ob-service-image-wrap + h3 {
    margin-top: 0;
}

.ob-service-hero-image {
    margin-top: 24px;
    max-width: 820px;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 20px 60px rgba(0,0,0,.22);
}

.ob-service-hero-image img {
    display: block;
    width: 100%;
    max-height: 420px;
    object-fit: cover;
}

@media (max-width: 640px) {
    .ob-service-image-wrap {
        height: 160px;
        border-radius: 18px;
    }

    .ob-service-hero-image {
        border-radius: 20px;
    }
}