footer {
    margin-top: 3rem;
}

#contact-section {
    margin-top: 15vh;
    margin-bottom: 5vh;
}

#contact-section .main-content-section h1 {
    padding-top: 2rem;
}

.main-content-section {
    text-align: center;
}

.after-stripe-section {
    margin: 0 15% 0 15%;
}

.notice-white {
    max-width: 25rem;
}

.main-wave-top-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg) translateY(-1px);
}

.main-wave-top-2 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
}

.main-wave-top-2 .shape-fill {
    fill: #8a6a99;
}

.main-wave-bottom-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg) translateY(2px);
}

.main-wave-bottom-2 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 31px;
    transform: rotateY(180deg);
}

.main-wave-bottom-2 .shape-fill {
    fill: var(--accent-medium);
}
