.spacer {
    height: 24px;
}

h5 {
    text-align: left;
}

#our-work {
    padding: 4rem 0 6rem;
}

.work-header {
    padding-left: 48px;
    margin-bottom: 2rem;
    position: relative;
}

.streaming-section {
    margin-top: 2rem;
}

.streaming-icon {
    position: absolute;
    top: -4px;
    left: 0;
    background-size: contain;
    width: 32px;
    height: 32px;
}

.spotify {
    background-image: url('../assets/img/spotify.png');
}

.bandcamp {
    background-image: url('../assets/img/bandcamp.png');
    width: 40px;
    height: 40px;
    top: -8px;
}

ul {
    list-style-type: none;
    padding-left: 0;
}