.conference-overview-banner-wrapper {
    position: relative;
    min-height: 40vh;

    img {
        filter: brightness(.3);
        object-fit: cover;
        aspect-ratio: 16 / 4;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;


    }

    .banner-content-wrapper {

        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        color: #fff;
        text-align: center;
        padding: 05% 15px !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 1;
        position: relative;

        h1 {
            font-size: clamp(1.625rem, 1.2337rem + 1.9565vw, 2.75rem);
            font-weight: 700;
            margin-bottom: 10px;
            color: #fff;
        }

        h2 {
            font-size: clamp(1.25rem, 1.163rem + 0.4348vw, 1.5rem) !important;
            font-weight: 500;
            margin-bottom: 20px;
            color: #fff;
        }

        p {
            font-size: 18px;
            margin-bottom: 0;
            color: #fff;
            max-width: 990px !important;
        }
    }
}

.btn-banner-group {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;

    .black-btn {

        color: #fff;
        padding: 10px 20px;

        border-radius: 5px;
        text-decoration: none;
        font-size: 16px;
        min-width: 250px;

        &:hover {
            color: #01aaa7;
        }
    }
}

.Shaping-Tomorrow-wrapper {
    padding-block: clamp(1.5625rem, 0.9943rem + 2.8409vw, 3.125rem);
    display: flex;
    align-items: center;
    gap: 30px;

    iframe {
        width: 50%;
    }

    .Shaping-Tomorrow-content {
        width: 50%;
        flex: 50%;




        h2 {
            text-align: left;
            font-size: clamp(1.375rem, 1.1932rem + 0.9091vw, 1.875rem);
            letter-spacing: 0;
            word-spacing: 0;
        }

        p {
            margin-bottom: 20px;
        }

        ul {
            margin-bottom: 20px;
            list-style: disc;
            padding-left: 30px;
        }
    }
}

@media (max-width:767px) {
    .Shaping-Tomorrow-wrapper {
        flex-direction: column;

        iframe {
            width: 100%;
        }

        .Shaping-Tomorrow-content {
            width: 100%;
            flex: 100%;
        }
    }
}

.Speaker-Gallery {
    padding-block: clamp(1.5625rem, 0.9943rem + 2.8409vw, 3.125rem);

    h2 {
        font-weight: 600;
        font-size: clamp(1.5625rem, 1.108rem + 2.2727vw, 2.8125rem);
        text-align: center;
    }

    p:has(i) {
        font-weight: 600;
        margin-bottom: 20px;
        text-align: center;
    }

    p {
        margin-bottom: 15px;
    }

    .Glimpses-light-box div {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 0px;
        width: 100%;
        margin-top: 50px;
    }

    h3 {
        margin-top: 80px;
        margin-bottom: 20px;
        font-weight: 600;
    }
}