html, body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.container {
    background-color: #2A2A2C;
    padding: 8rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    z-index: 1;
    position: relative;
}

.container h1, .container h5 {
    text-align: center;
    color: #fff;
}

.container h5 {
    font-size: calc(0.2vw + 10px);
    font-weight: 400;
}

.container h5 span {
    font-weight: 600;
}

.container h1 {
    font-size: calc(1.5vw + 20px);
    font-weight: 800;
}

.purple {
    background-color: #DDBBF3;
    border-radius: 35px;
    padding: 1rem 1rem;
}

.page {
    position: relative;
    margin-top: calc(-2vw - 75px);
    padding: 2% 10%;
    z-index: 99;
    line-height: 125%;
}

.page p {
    margin-bottom: 40px;
    font-size: calc(0.5vw + 12px);
    font-family: 'Montserrat', sans-serif;
    color: #2A2A2C;
    font-weight: 300;
}

.page ul {
    font-size: calc(0.5vw + 12px);
    font-family: 'Montserrat', sans-serif;
    color: #2A2A2C;
    font-weight: 300;
}

.page li {
    line-height: 125%;
}

.page h3 {
    font-size: calc(1.5vw + 14px);
    margin-bottom: 15px;
    width: fit-content;
    border-bottom: 2px solid #2A2A2C;
    height: 0.8em;
}


.eizengowl {
    margin-bottom: 40px;
}

.box-shadow {
    padding: 6rem;
    font-size: calc(0.3vw + 12px);
    background-color: #fff;
    border-radius: 12px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.cancel-margin {
    margin-bottom: 0 !important;
}

@media only screen and (max-width:1096px) {
    .box-shadow {
        padding: 2rem;
    }

    .page {
        margin-top: calc(-2vw - 100px);
    }

    .page h3 {
        height: 1.2em;
    }

    .page p {
        margin-bottom: 25px;
    }
    .page h3 {
        margin-bottom: 10px;
    }
}