/* HEADER */
.banner {
    background: url('https://d34za4dk7fsfj6.cloudfront.net/e51a9b65-a1c5-47ea-b82e-c3c03e3d7b06/images/bg-filter-section.jpg');
    background-size: cover;
    padding: 30px;
    margin: 15px 0;
    position: relative;
}

.banner label {
    color: var(--color-white);
}

.banner h1 {
    font-family: "Gilroy-Bold";
    margin: 0 0 20px 0;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
}

.banner h2 {
    margin: 0 0 20px 0;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
}

.banner a {
    color: var(--color-white);
    font-weight: 600;
    display: block;
}

/* RESPONSIVE */
/* RESPONSIVE */
@media screen and (max-width: 900px) {
    .banner {
        padding: 20px;
    }

    .banner h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .banner .header-event-details h2 {
        font-size: 20px;
    }

    .banner figure span {
        top: -10px;
        right: -20px;
    }

    .header-event-details {
        display: block;
        margin-top: 30px;
    }

    .header-event-details div .header-event-details-top,
    .header-event-details div .header-event-details-bottom {
        padding: 0;
    }

    .header-event-details>div {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    a.ticket-master-btn img {
        width: auto;
        margin: 0;
    }

    .get-tickets h2 {
        margin: 0 0 5px 0;
    }

    .get-tickets h3 {
        margin: 0 0 15px 0;
    }

    .get-tickets ul li:first-child {
        width: 100%;
        padding-bottom: 5px;
    }

    .get-tickets ul li a {
        padding: 6px 15px;
        font-size: 14px;
    }

    .tickets-holder img {
        margin-right: 10px;
    }

    .figure-mobile {
        display: block;
        margin: 0 0 20px 0;
    }

    .figure-desktop {
        display: none;
    }

    .line-up-box .artist-img {
        object-fit: inherit;
        aspect-ratio: inherit;
        width: 100%;
    }

    .ticket-details h2 {
        font-size: 20px;
        line-height: 20px;
        padding: 6px 0 6px 40px;
    }
}