.section-banner h1 {
    margin-bottom: 0;
    margin-top: 30px;
}

#concerts-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 70vh;
    padding: 0;
}

#concerts-banner .container {
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-images {
    height: 420px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.grid-name {
    padding: 15px 0;
    text-align: center;
}

.grid-name p {
    margin-bottom: 0;
    font-size: 15px;
}

.grid-name h5 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0.2rem;
}

@media (max-width: 568px) {

    .section-banner h1 {
        font-size: 38px;
        margin-top: 50px;
    }

    #concerts-banner .container .col-md-12 {
        margin-bottom: 0 !important;
    }

    h1>span {
        font-size: 38px;
    }
}

@media (max-width: 769px) {
    .section-banner h1 {
        margin: 0;
    }
}