[style*="--aspect-ratio"]> :first-child {
    width: 100%;
}

[style*="--aspect-ratio"]>img {
    height: auto;
}


.x-card-heading+.x-card-subheading,
.x-card-heading+.x-card-text {
    padding-top: 0;
}


.x-marquee-text {
    white-space: nowrap;
    display: flex;
    overflow: hidden;
}

.x-marquee-text .text {
    animation: animasi 20s linear infinite;
    padding-left: 100%;
    text-transform: capitalize;
    font-size: 1.78571429em;
    line-height: 1.5em;
    font-weight: 500;
}


.max-h-280-px{
    max-height: 280px;
}
