body {
    font-family: "Bellefair", serif;
}

.section .subTitle,
.section .homeSub {
    font-weight: 400;
}

@media (min-width: 1001px) {
    .section .subTitle {
        font-size: 28px;
        letter-spacing: 2.8px;
        margin-bottom: 5.3vh;
    }

    .section .homeSub {
        font-size: 21px;
        letter-spacing: 0.8px;
        line-height: 1.7;
    }

    .surroundings .surrounBox {
        width: 640px;
        padding-bottom: 0;
        padding-top: 3.1vw;
    }

    .lower .sectionContent .frameWrap {
        width: 510px;
    }

    .lower .sectionContent .frameWrap .homeSub {
        line-height: 1.73;
    }

    .instruct .sectionContent .instructWrap .homeSub {
        margin-bottom: -7px;
        width: 550px;
        margin-right: -30px;
        line-height: 1.73;
    }
}

@media (max-width: 1000px) {
    .section .subTitle {
        font-size: 19px;
        letter-spacing: 1.9px;
        line-height: 1.6;
        margin-top: -2px;
        margin-bottom: 39px;
    }

    .section .homeSub {
        font-size: 18px;
        margin-bottom: 0;
        letter-spacing: 0.7px;
        line-height: 1.67;
    }

    #pageContainer .pageContent .section.surroundings {
        margin-bottom: 59px;
    }
}