.ik-p-app-nav-services-header__container {
    position: relative;
    height: 100svh !important;
    width: 100%;
    margin-top: -60px;
}

.ik-p-app-nav-services-header__container h2 {
    color: white;
    text-align: center;
}

.ik-p-app-nav-services-header__container--info-content {
    display: flex;
}

.ik-p-app-nav-services-header__service {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ik-p-app-nav-services-header__service:hover {
    filter: saturate(1.7);
}

.ik-p-app-nav-services-header__container-grid {
    position: absolute;
    bottom: 15vh;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.ik-p-app-nav-services-header__container-link {
    font-size: 16px;
    text-decoration: underline;
    color: white;
}

.ik-p-app-nav-services-header__video {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.ik-p-app-nav-services-header__cta {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    font-size: 20px;
}

.ik-p-app-nav-services-header__cta a {
    text-shadow: none;
}

.ik-p-app-nav-services-header__cta h2 {
    max-width: 700px;
    text-align: center;
}

/* mobile styles */
.ik-app--mobile .ik-p-app-nav-services-header__cta h2 {
    margin: 7px 10px !important;
}

