.royal-button{
    font-size:20px;

}

.royal-bottom-text{
    font-size:30px;
}
.rolay-top-text {
    font-size: 22px;
}
@media screen and (max-width: 992px) {
    .rolay-top-text {
        font-size: 1.1em !important;
    }
    .royal-bottom-text{
        font-size:1em !important;
    }
    .royal-button{
        font-size:0.9em !important;

    }
}
.ticket-text{
    height: 100%;
    color: white;
    display: flex;
    align-items: center;
    font-weight: 700;
    justify-content: center;
    padding-left: 2.6em;
    line-height: 66.93px;
    font-size: 2em;
}
.royal-ticket{
    background-size: contain;
    background-image: url(../images/public/ticket.svg);
    height: 10em;
    background-repeat: no-repeat;
    background-position: center;
}
.border-bottom-transparent{
    border-bottom: 5px solid #2f2f2e;
}