.ticket-section{
    padding: 120px 0 0;
}
.ticket-section .l-header--theme__text{
    text-transform: none;
}
.ticket-section p{
    color: #212529;
}
.l-header--theme__text span{
    display: inline-block;
    font-size: 20px;
}
.ticket-list{
    font-size: 18px;
    margin-bottom: 30px;
}
.ticket-list li{
    margin-bottom: 2px;
    position: relative;
    padding-left: 20px;
}
.ticket-list li:before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #013274;
    position: absolute;
    left: 0;
    top: 9px;
}