.tickets{
    margin-top: 80px;
    min-height: calc(100vh - 80px);
    padding: 80px 10px;
}

.tickets .container{
    width: calc(var(--max-width) - 25px);
    margin: 0 auto;
}

.tickets .btn{
    margin: 0;
}

.section-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    text-align: center;
    color: var(--white);
}

.section-title:not(:last-child){
    margin-bottom: 30px;
}

.section-title:not(:first-child){
    margin-top: 80px;
}

.ticket-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}