header.m-text-header.page-title {
    max-width: 800px;
    margin: auto;
    margin-top: 40px;
    padding-bottom: 0;
    margin-bottom: 24px;
}

section.information-section h2:first-child {
    margin-top: 0 !important;
}

section.information-section li {
    margin-bottom: 10px;
}

.information-section {
    max-width: 800px;
    margin: auto;
    position: relative;
}

.information-section a {
    color: black;
    text-decoration: underline;
}

.information-section p,
.information-section h1,
.information-section h2,
.information-section h3,
.information-section h4,
.information-section h5,
.information-section h6,
.information-section a,
.information-section strong {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.information-section img {
    max-width: 800px;
    margin: 20px auto;
    width: 100%;
}

.information-section .image-small {
    max-width: 800px;
    width: auto;
}

.information-section .image-wide {
    max-width: 1200px;
    margin: 20px -200px;
    width: auto;
}

@media screen and (max-width: 1300px) {
    .information-section .image-wide {
        max-width: 1000px;
        margin: 20px -100px;
    }
}

@media screen and (max-width: 1000px) {
    .information-section .image-wide {
        max-width: 800px;
        width: 100%;
        margin: 20px auto;
    }
}

.information-section h1,
.information-section h2,
.information-section h3,
.information-section h4,
.information-section h5,
.information-section h6 {
    margin-bottom: 8px;
}

.information-section h1 {
    font-size: 28px;
}

.information-section h2 {
    margin-top: 28px;
    font-size: 24px;
    font-weight: 500;
}

.information-section h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 24px;
}

.information-section p {
    font-size: 16px;
    margin-bottom: 16px;
    margin-top: 0;
    line-height: 1.5;
}

.Sparxpres__webinfo {
    max-width: 800px;
    margin: auto;
    margin-top: 24px;
}
.information-section .flex-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 185px;
    padding: 20px;
    text-align: center;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    margin-bottom: 10px;
}
.information-section .flex-center p {
    margin-bottom: 0;
}

.information-section .flex-wrapper {
    display: flex; 
    justify-content: space-between; 
    margin-top: 30px; 
    margin-bottom: 30px; 
    flex-wrap: wrap;
}

.information-section .christmas-notice {
    padding: 40px 30px;
    margin-bottom: 30px;
    font-weight: 500;
    border-radius: 4px;
    color: white;
    font-size: 28px;
    background-image: url(https://res.cloudinary.com/dssrcq0w5/image/upload/v1575369941/soundstorexl/soundstorexl-chrimstas-return_gir5au.jpg);
    background-size: cover;
    background-position: top;
}

@media screen and (max-width: 630px) {
    .information-section .flex-center {
        margin-right: 5px;
        margin-left: 5px;
    }
    .information-section .flex-wrapper {
        justify-content: center;
    }
}

@media screen and (max-width: 500px) {
    .information-section .flex-wrapper {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .information-section .flex-center {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .information-section .christmas-notice {
        font-size: 20px;
    }
}

