.web-content header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 0;
}

.web-content header > * {
    flex: 1;
}

.web-content header div {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.web-content header p:empty {
    display: none;
}

.web-content header h1,
.web-content header p {
    max-width: 800px;
}

.web-content header p {
    font-size: 23px !important;
    font-weight: 600;
}

.web-content header .metadata {
    font-size: 16px !important;
    display: flex;
    gap: 8px;
}

@media (min-width: 1280px) {
    .web-content header {
        flex-direction: column;
        padding: 104px 0;
    }

    .web-content header p {
        font-size: 28px !important;
    }
}