
    @media (max-width: 768px) {
        .explore-demo {
        display: none;
    }
}

.explore-demo .grid-12 {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.explore-demo h1 {
    font-weight: 700;
    text-align: center;
}

.explore-demo svg {
    margin-bottom: 35px;
}

.button-wrapper {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-top: 20px;
    @media (max-width: 1000px) {
        margin-top: 5px;
    }
    @media (max-width: 768px) {
        margin-top: 30px;
    }
}



section.interactive .content-panel p {
    margin-bottom: 35px;
    @media (max-width: 1000px) {
        margin-bottom: 10px;
        font-size: 14px;
    }
}
section.interactive .content-panel ul {
    margin-block-start: 0;
    margin-block-end: 0;
}
section.interactive .content-panel li {
    @media (max-width: 1000px) {

        font-size: 14px;
    }
}