.section-home {
    height: auto;
}

.background-header {
    background: url('/images/managed-services/index/header_mobile.webp') no-repeat center bottom;
    background-size: cover;
    height: 65vh;
    min-height: auto;
}

.link {
    color: var(--primary-text-color);
    border-bottom: 3px solid transparent;
    font-size: 15px;
    line-height: 163.35%;
    font-weight: 700;
}

.link:hover {
    border-bottom: 3px solid var(--primary-text-color);
    color: var(--primary-text-color);
    text-decoration: none
}

.background-services {
    background: url('/images/managed-services/index/union-min.webp') no-repeat 50% 50%;
    background-size: cover;
    height: 960px;
}

.card {
    min-height: 479px;
}

.card-body h3 {
    height: 69px;
    text-transform: capitalize;
}

.card {
    border-radius: 20px;
    margin: 14px;
    max-width: 376px;
    border: none;
    box-shadow: -20px 4px 250px rgb(0 0 0 / 25%);
}

@media screen and (min-width: 1200px) {

    .section-home {
        margin-top: 80px;
        height: calc(100vh - 80px);
    }

    .background-header {
        background: url('/images/managed-services/index/header.webp') no-repeat 0% 0%;
        background-size: contain;
        height: calc(100vh - 85px);
        margin-top:0;
    }

}

@media screen and (max-width: 768px) {
    .background-services {
        height: auto;
    }
}

@media screen and (max-width: 992px) {
    .card {
        min-height: 445px;
    }
}

