.page-eexi {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0 0;
}

.page-eexi b {
    font-family: "Raleway-SemiBold";
}

.page-eexi section {
    padding: 0 20px 40px;
    box-sizing: border-box;
}

.page-eexi h1,
.page-eexi h2 {
    color: #003d63;
}

.page-eexi h1 {
    text-align: center;
    font-family: "Raleway-SemiBold";
    font-size: 36px;
    margin-bottom: 40px;
}

.page-eexi h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.eexi-list {
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 10px;
}

.page-eexi__pic {
    z-index: 1;
    padding: 20px;
}

.page-eexi__pic img {
    display: flex;
    margin: 0 auto;
}

.r3-438 img {
    --height: 320px;
    height: var(--height);
    width: calc(var(--height) * 3.438);
}

.r1-455 img {
    --height: 420px;
    height: var(--height);
    width: calc(var(--height) * 1.455);
}
.r1-2078 img {
    border-radius: 40px;
    --height: 420px;
    height: var(--height);
    width: calc(var(--height) * 2.078);
    box-shadow: 0 0 8px 4px #b6b6b6;
    border: 2px solid #fff;
}
.r1-838 img {
    padding: 20px 0;
    --height: 420px;
    height: var(--height);
    width: calc(var(--height) * 1.838);
}

.r2-714 img {
    --height: 290px;
    height: var(--height);
    width: calc(var(--height) * 2.714);
}

.r1-871 img {
    padding: 20px 0;
    --height: 489px;
    height: var(--height);
    width: calc(var(--height) * 1.871);
}

.page-eexi__paragraph {
    font-family: "Raleway-Light";
    font-size: 1em;
    line-height: 1.4em;
    display: inline;
    .re_ul {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-top: 16px;
        margin-bottom: 16px;
        ul {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
    }
}

.page-eexi__paragraph p {
    text-indent: 1.4em;
}

.page-eexi__paragraph ul {
    display: list-item;
    margin-left: 30px;
    list-style-type: disc;
}

.page-eexi__br {
    display: block;
    color: #630a0a;
    text-align: center;
    font-size: 0.8em;
    padding: 5px 0;
}

@media screen and (max-width: 1280px) {
    .page-eexi {
        padding-top: 20px;
    }
    .page-eexi h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .r3-438 img {
        --height: calc(0px + 320 * (100vw / 1280));
    }
}

@media screen and (max-width: 990px) {
    .r1-871 img {
        --height: calc(2.87px + 486.13 * (100vw / 990));
    }
    .r1-2078 img {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 900px) {
    .r2-714 img {
        --height: calc(12.24px + 277.6 * (100vw / 900));
    }
}

@media screen and (max-width: 879px) {
    .r1-838 img {
        --height: calc(-20.3px + 440.3 * (100vw / 879));
    }
}

@media screen and (max-width: 690px) {
    .r1-455 img {
        --height: calc(19.1px + 401 * (100vw / 690));
    }
}

@media screen and (max-width: 650px) {
    .page-eexi section {
        padding: 0 10px 40px;
    }
    .page-eexi__pic {
        padding: 0;
    }
    .page-eexi h1 {
        font-size: 18px;
        padding: 2px;
        line-height: 1.4em;
    }
}
