body {
    font-family: "Bellefair", serif;
}

.section .subTitle,
.section .homeSub {
    font-weight: 400;
}

@media (min-width: 1001px) {
    .section .areaTitle {
        margin-top: -5px;
    }

    .section .subTitle {
        font-size: 28px;
        letter-spacing: 2.8px;
        margin-bottom: 4.9vh;
    }

    .section .homeSub {
        font-size: 21px;
        padding-right: 66px;
        letter-spacing: 0.8px;
        line-height: 1.7;
    }

    .blissfulComfort .surrounBox {
        padding-bottom: 6.5vw;
    }
    .introduce .sectionContent .surrounBox {
        max-width: 560px;
    }
    .introduce .sectionContent .surrounBox .homeSub {
        margin-bottom: -6px;
        padding-right: 0;
    }

    .included .sectionContent .surrounBox .homeSub {
        padding-right: 6px;
    }
}

@media(max-width:1000px) {
    .section .homeSub {
        font-size: 18px;
        letter-spacing: 0.7px;
        line-height: 1.67;
        margin-bottom: 0;
    }

    .section .subTitle {
        font-size: 18px;
        letter-spacing: 2.3px;
        margin-bottom: 41px;
    }

    #pageContainer .pageContent .section.blissfulComfort {
        margin-bottom: 59px;
    }

    .introduce .sectionContent .surrounBox {
        margin-bottom: 42px;
    }
}