.demo__wrapper {
}
.demo__img {
    width: 100%;
    height: 100%;
}
.demo__text {
    position: absolute;
    bottom: 44px;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 768px) {
    .demo__text {
        width: 80%;
    }
    .demo__img {
        border-radius: var(--bradMed);
        overflow: hidden;
        min-height: 361px;
        max-height: 361px;
        aspect-ratio: 1 / 2;
    }
}
