.section4 {
    padding-top: 100px;
    position: relative;
}

.section4-title {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    width: 100%;
    position: relative;
    z-index: 2;
    justify-content: center;
    align-items: center;
}

    .section4-title p {
        text-align: center;
        padding: 0 20px;
        font-size: 40px;
        color: white;
    }

    .section4-title .title {
        line-height: 40px;
    }

    .section4-title p span {
        color: #ffcb00;
    }

    .section4-title img {
        width: 100%;
        transform: translateY(10px);
    }

    .section4-title .title {
        margin-left: 0;
    }

.section4-sub {
    font-size: 22px !important;
    margin-top: 0;
}

.splide img {
    max-width: 1000px;
    margin: 0 auto;
}

.splide li {
    text-align: center;
}

.section4-footnotes {
    margin-top: 25px;
    z-index: 10;
    position: relative;
    text-align: center;
    padding-bottom: 5rem;
}

    .section4-footnotes p {
        color: white;
        max-width: 800px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 16px;
        font-family: 'Helvetica'
    }

#secondc img {
    max-width: 100% !important;
}

.section4 .gamer-line-left {
    transform: translateY(-10px);
}

.section4-papa {
    position: absolute;
    left: 20px;
    bottom: -100px;
}

.section4-tickets {
    position: absolute;
    right: 0px;
    bottom: -300px;
    width: 150px;
}

.section4-top {
    position: absolute;
    top: 130px;
    right: 0;
    width: 150px;
}

@media only screen and (max-width: 1200px) {
    .section4-title {
        grid-template-columns: 1fr 700px 1fr;
    }

        .section4-title .title {
            font-size: 30px;
        }

    .section4-input {
        max-width: 90%;
    }
}

@media only screen and (max-width: 900px) {

    .section4 {
        padding-top: 0px;
    }

    .section4-title {
        grid-template-columns: 1fr 400px 1fr;
    }

        .section4-title .title {
            margin-bottom: 10px;
        }

    .section4-tickets {
        width: 80px;
    }

    .section4-papa {
        width: 80px;
        bottom: -200px;
    }

    .section4-top {
        width: 80px;
    }
}

@media only screen and (max-width: 500px) {
    .section4-title {
        grid-template-columns: 1fr 240px 1fr;
    }
}
