
.aae-text-slider-item {
    padding: 30px 0;
}

@media only screen and (max-width: 767px) {
    .aae-text-slider-item {
        padding: 20px 0;
    }
}

.aae-text-slider-item .aae-text-slider-title {
    font-family: var(--font_ppfragment);
    font-size: 80px;
    color: var(--white);
    font-weight: 300;
    line-height: 1;
}

@media only screen and (max-width: 1199px) {
    .aae-text-slider-item .aae-text-slider-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .aae-text-slider-item .aae-text-slider-title {
        font-size: 28px;
    }
}

.aae-text-slider-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    min-width: -moz-max-content;
    min-width: max-content;
}

.aae-text-slider-inner {
    background: #f6502c;
    background: linear-gradient(180deg,
            rgb(246, 80, 44) 100%,
            rgb(255, 153, 0) 100%);
    position: relative;
    overflow: hidden;
    perspective: 800px;
}

.aae-slider-item1 {
    display: flex;
    white-space: nowrap;
}

.aae-slider-item2 {
    position: absolute;
    display: flex;
    white-space: nowrap;
    top: 100%;
    right: 0;
}
