/* Shukudai Friends work page */
.shukudai-layout {
    justify-content: flex-end;
}

.shukudai-layout .works-content-column {
    flex: 0 1 800px;
}

.shukudai-article section {
    margin-bottom: 44px;
}

.shukudai-hero h1,
.shukudai-article section h2 {
    font-family: 'Barlow', sans-serif;
}

.shukudai-hero h1 {
    color: #3F81A6;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.4;
}

.shukudai-article section h2 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.6;
}

.shukudai-copy p + p {
    margin-top: 20px;
}

.shukudai-copy .shukudai-lead {
    color: #333;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.7;
    margin: 10px 0 30px;
}

@media (max-width: 768px) {
    .shukudai-layout .works-content-column {
        flex: none;
        width: 100%;
    }

    .shukudai-article section {
        margin-bottom: 28px;
    }

    .shukudai-hero h1 {
        font-size: 32px;
    }

    .shukudai-article section h2,
    .shukudai-copy .shukudai-lead {
        font-size: 21px;
    }
}
