.artist-banner {
    background-color: #000;
    padding: 200px 0 70px 0;
    color: #fff;
}

.artist-container {
    margin: 25px 15px;
    text-align: center;
}

.artist-container img {
    margin-bottom: 15px;
}

.artist-container h5 {
    font-weight: 500;
    font-size: 0.9rem !important;
    line-height: 1.5rem;
    text-transform: uppercase;
}

.artist-container h5 span {
    font-weight: 300;
}



.artist-outer h2 {
    text-transform: uppercase;
    margin-top: 30px;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600 !important;
}

.artist-banner h5 {
    font-weight: 400 !important;
    font-size: 18px;
    line-height: 30px;
}

@media (max-width: 768px) {
    .artist-banner {
        padding: 150px 0 70px 0;
    }
    .artist-container {
        margin: 15px 0;
        text-align: center;
    }
    .artist-banner h5 {
        font-weight: 400 !important;
        font-size: 14px;
        line-height: 20px;
    }
    .artist-outer h2 {
        font-size: 24px;
        line-height: 30px;
    }
}
