#find-tickets span {
    color: #000;
}

#find-tickets span:hover {
    color: #000;
}
.top-heading{
    font-size: 18px !important;
}
.top-title{
    font-size: 14px !important;
    font-weight: 500;
    max-width: 198px;
    margin: 0 auto;
}

.height-img{
    padding-top: 18px;
}

.height-img__top{
    padding-top: 18px;
}

.ranking-contents {
    z-index: 1;
}

.ranking-contents::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200vw;
    transform: translateX(-50%);
    background: #FFBB562b;
    z-index: -1;
}

@media screen and (min-width: 901px) and (max-width: 1199px) {
    .top-heading{
        font-size: 17px !important;
    }
    .height-img{
        padding-top: 0 !important;
    }
}

@media screen and (min-width: 880px) and (max-width: 900px) {
    .top-heading{
        font-size: 17px !important;
    }
    .height-img {
        padding-top: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
    .top-heading{
        font-size: clamp(14px, 1.768vw, 15px) !important;
    }
    .height-img {
        padding-top: 0px;
    }
    .height-img__top{
        padding-top: 15px;
    }

}

@media screen and (min-width: 767px) and (max-width: 850px) {
    .text-navigation-register .fs-4 {
        font-size: 18px !important;
    }

    .size-text-intro {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 767px) {
    .top-img{
        max-width: 70px !important;
    }
    .top-heading{
        font-size: 12px !important;
    }
    .top-title{
        font-size: 12px !important;
    }
    .text-navigation-register .fs-4 {
        font-size: 16px !important;
    }
}

@media screen and  (max-width: 480px) {
    .slick-prev,
    .slick-next {
      display: none !important;
    }
    .text-heading {
        font-size: 18px !important;
    }
    .text-title {
        font-size: 14px !important;
    }
}

@media screen  and (max-width: 375px) {
    .span-d-block {
        display: block;
        line-height: 24px;
    }
}
