.band-stats {
    position: relative;
    background-color: #FEF9F5;
}
.band-stats .content-wrapper {
    position: relative;
    z-index: 2;
}
.band-stats h2 {
    color: #4270A3;
    margin-bottom: 60px;
    font-weight: 500;
}
.band-stats h3 {
    font-size: 40px;
    margin-bottom: 0;
}
.band-stats p {
    font-weight: 300;
    font-size: 30px;
    max-width: 260px;
    line-height: 1.1;
    margin: 0 auto 1rem auto;
}
.band-stats p,
.band-stats h4 {
    color: #436ea3;
}
.band-stats h3 {
    color: #94bfca;
}

.band-stats .stats {
    display: grid;
    gap: 80px;
    grid-template-columns: 1fr;
}
.band-stats .stats .stat {
    text-align: center;
}

.band-stats .stats .stat::after {
    content: '';
    display: block;
    width: 96px;
    margin: 0 auto;
    background-color: #436ea3;
    height: 1px;
}
@media screen and (min-width: 992px) {
    .band-stats .stats.grid-5 {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .band-stats .stats.grid-4 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .band-stats .stats.grid-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.has-background-plotter {
    background-image: url("../../images/plotter.jpg");
    background-size: cover;
}

.background-overlay {
    opacity: 0.15;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
