/* =================================
  Subpage 1 ('Intro') Styles
  ================================= */

.content-heading {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: #333;
}

.quote {
    margin: 50px auto;
    padding-left: 20px;
    border-left: none;
    background-color: transparent;
}

.quote p {
    font-size: 1.1rem;
    font-weight: 500;
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

.quote p:last-child {
    margin-bottom: 0;
}

/* figure.content-illust 선택자를 사용하여 
  subpage.css의 figure 스타일보다 우선 적용되도록 수정합니다. 
*/
figure.content-illust {
    max-width: 500px;
    margin: 100px 0 50px auto; /* margin-left: auto로 오른쪽 정렬 */
}

