.services-banner {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.services-banner img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.services-banner-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* background: rgba(0, 0, 0, 0.45); */
    padding: 1rem;
    line-height: 1.2;
}

.services-banner-overlay h1 {
    color: #fff;
    font-weight: 700;
    font-size: clamp(1.75rem, 4vw, 3rem);
    margin: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
