/* ====================
   Page Base
==================== */
.page-basic {
    padding: 60px 20px;
    max-width: 900px;
    margin: 0 auto;
}

/* Title */
.page-title {
    font-size: 2.3rem;
    color: #4C9D81;
    margin-bottom: 25px;
    font-weight: 600;
}

/* Eyecatch */
.page-eyecatch img {
    width: 100%;
    border-radius: 40px;
    border-bottom-right-radius: 0;
    margin-bottom: 30px;
}

/* Content */
.page-content {
    color: #5e554a;
    line-height: 1.9;
    font-size: 1.05rem;
}

.page-content img {
    border-radius: 30px;
    border-bottom-right-radius: 0;
    margin: 25px 0;
}
