body {
    background-color: #fff;
    padding-top: 3rem;
    color: #656565;
    line-height: 1.8;
}

.site-header-container {
    background-image: url("./bluepearl_bg.jpg");
    background-size: cover;
    padding: 200px 0;
    .header-name {
        width: 500px;
        margin-left: auto;
        margin-right: 0;
        color: #000;
    }
}

.contents {
    width: auto!important;
    margin: 0 auto;

    .contents-title {
        width: 1190px;
        margin: 0 auto;
        margin-bottom: 3rem;

        .title-h1 {
            text-align: center;
            margin-bottom: 1.5rem;
            font-weight: bold;
            font-size: 1.8rem;
            line-height: 1.4;
        }
    }
    .content-main {
        width: 1190px;
        margin: 0 auto;
        margin-bottom: 8rem;

        .title-h2 {
            margin-bottom: 1.5rem;
            font-weight: bold;
            font-size: 1.6rem;
            line-height: 1.6;
            border-bottom: 3px solid #e3e7eb;
            padding-bottom: 0.5rem;
            margin-top: 4.2rem;
        }
        .content-p {
            margin-bottom: 1.5rem;
            display: block;
            margin-block-start: 1rem;
            margin-block-end: 1rem;
            margin-inline-start: 0px;
            margin-inline-end: 0px;
        }
    }
}
