/* ============================================= */
/* ABOUT PAGE STYLES - JINHONGLJH PORTFOLIO */
/* ============================================= */

/* ===== BANNER ===== */
.about-page .banner {
    height: 50vh;
    width: 100vw;
    overflow: hidden;
    padding: 0 3%;
    box-sizing: border-box;
}

.about-page .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ===== CONTENT ===== */
.about-content {
    max-width: 1200px;
    width: 100%;
    padding: 5% 3%;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.6;
}

/* ===== NAME ===== */
.about-name {
    font-weight: 500;
    padding-bottom: 20px;
}

/* ===== DESCRIPTION ===== */
.about-description {
    font-weight: 350;
}