.advisory-services {
    position: relative;
}

.advisory-services .bg-video {
    background: linear-gradient(90deg, #003233 0%, rgba(0, 50, 51, 0.8) 49.56%, rgba(0, 50, 51, 0.3) 100%);
    overflow: hidden;
    height: 810px;
}

.advisory-services video {
    height: 100%;
    width: 100%;
    display: block;
    z-index: -1;
    position: relative;
    object-fit: cover;

}

.advisory-services .content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: var(--c-white);
    max-width: 610px;
    position: absolute;
    top: 0;
    padding: 100px 0 102px;

}

.advisory-services .content .logo {
    max-width: 272px;
}

.advisory-services .content .kc-h2 {
    line-height: 1.2;
}

.advisory-services .content ul {
    padding-left: 30px;
    margin-bottom: 0;
}

.advisory-services .content ul li {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;

}

.advisory-services .content ul li:not(:last-child) {
    margin-bottom: 8px;
}


@media screen and (max-width: 1400px) {


    .advisory-services .bg-video {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .advisory-services video {
        width: auto;

    }
}

@media screen and (max-width: 992px) {
    .advisory-services .content {
        max-width: 500px;
    }

}

@media screen and (max-width: 767px) {


    .advisory-services .sc-inner {
        padding-bottom: 152px;
    }

    .advisory-services .content {
        max-width: 310px;
    }

    .advisory-services .content .logo {
        max-width: 218px;
    }

    .advisory-services .content .kc-h2 {
        line-height: 1;
    }

    .advisory-services .content ul li {
        font-size: 18px;
    }

    .advisory-services .bg-video {
        height: 1100px;
    }

    .advisory-services video {
        width: auto;

    }

    .advisory-services .bg-video {
        background: linear-gradient(to bottom, rgba(0, 50, 51, 1), rgba(0, 50, 51, 0.8), rgba(0, 50, 51, 0.3));

    }
}