.services-container-7808c7e1 {
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    z-index: 1;
}

/* Auto height image logic */
.services-container-7808c7e1.auto-height-active-7808c7e1 {
    min-height: auto !important;
    background-image: none !important;
}

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

.services-container-7808c7e1.auto-height-active-7808c7e1 .services-content-7808c7e1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
}

.services-overlay-7808c7e1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease;
    z-index: 1;
    pointer-events: none;
}

.services-content-7808c7e1 {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 2;
    pointer-events: auto;
}

.services-title-7808c7e1 {
    margin: 0;
    padding: 0;
    transition: color 0.3s ease;
}

.services-description-7808c7e1 {
    margin: 0;
    padding: 0;
    transition: color 0.3s ease;
}

.services-link-7808c7e1 {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s ease;
}

.services-link-icon-7808c7e1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: margin 0.3s ease;
}

.services-link-icon-7808c7e1 svg {
    transition: fill 0.3s ease;
}
