.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}

.page {
    padding: 1rem;
}

h1 {
    font-size: 3rem !important;
    font-weight: 700;
}

h2 {
    font-size: 2rem !important;
}

h3 {
    font-size: 1.75rem !important;
}

@media (max-width: 768px) {
    h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.4rem;
    }
}

#page-1 {
    background: url('../images/music-services/pic-bg.jpg') no-repeat center fixed;
    filter: grayscale(100%);
    background-size: cover;
}

#page-1 .wrapper {
    text-align: center;
    color: var(--second-color);
    padding: min(500px, 15%) min(300px, 10%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

#page-1 p {
    margin-top: 0.75rem;
}