.advanced-slider__caption__inner__content__heading {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin-bottom: 1rem;
    COLOR: WHITE;
}.advanced-slider .swiper .swiper-slide-active p {
    animation-delay: .3s;
    animation-duration: .5s;
    animation-fill-mode: backwards;
    animation-iteration-count: none;
    animation-name: fadeInDown;
    animation-timing-function: ease-in-out;
    COLOR: WHITE;
}.advanced-slider .swiper .swiper-slide-active h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}@media (max-width: 991px) {
    .special-categories.mini_images:not(.enhanced_btns) .group-banner .banner-wrapper-infor .banner-button {
        font-size: 12px;
        line-height: normal;
        padding: 5px 10px;
        display: none;
    }
}.advanced-slider__caption {
    align-items: center;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 2;
}