
@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;
}

.white-card .button-wrapper {
    justify-content: left;
}

