.meet-the-band-section {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.meet-band-title {
    color: #fff;
    font-weight: 800;
    font-size: 2.8rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'Gotham-Bold', sans-serif;
}

.meet-band-divider {
    height: 3px;
    width: 250px;
    background: linear-gradient(90deg, #f93499, #98ef59);
    border-radius: 2px;
}

.meet-band-desc {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 20px;
    font-family: 'Gotham-Medium', sans-serif;
}

.meet-sophie-section {
    background-color: transparent;
    color: #fff;
}

.meet-sophie-title {
    font-weight: 800;
    font-size: 2.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Gotham-Bold', sans-serif;
}

.meet-sophie-text {
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0;
    font-family: 'Gotham-Medium', sans-serif;
}

.meet-andy-section {
    background-color: transparent;
    color: #fff;
}

.meet-andy-title {
    font-weight: 800;
    font-size: 2.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Gotham-Bold', sans-serif;
}

.meet-andy-text {
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0;
    font-family: 'Gotham-Medium', sans-serif;
}

.meet-riley-section {
    background-color: transparent;
    color: #fff;
}

.meet-riley-title {
    font-weight: 800;
    font-size: 2.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Gotham-Bold', sans-serif;
}

.meet-riley-text {
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0;
    font-family: 'Gotham-Medium', sans-serif;
}

.meet-benny-section {
    background-color: transparent;
    color: #fff;
}

.meet-benny-title {
    font-weight: 800;
    font-size: 2.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Gotham-Bold', sans-serif;
}

.meet-benny-text {
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0;
    font-family: 'Gotham-Medium', sans-serif;
}

.meet-benny-section .andys-songs-hero {
    margin-top: 0 !important;
}

.producers-section {
    background-color: transparent;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 50px;
}

.producers-title {
    font-weight: 800;
    font-size: 2.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Gotham-Bold', sans-serif;
}

.producers-divider {
    height: 3px;
    width: 250px;
    background: linear-gradient(90deg, #f93499, #98ef59);
    border-radius: 2px;
}

.producer-logo {
    max-height: 120px;
    object-fit: contain;
}
