.head-section video {
    position: absolute;
    box-sizing: border-box;
    filter: brightness(0.5);
    object-position: center;
    object-fit: cover;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    inset: 0;
}

.head-section .content {
    position: absolute;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    display: flex;
    padding: 0 48px;
    width: 100vw;
    height: 100vh;
    gap: 18px;
    inset: 0;
}

.head-section {
    width: 100vw;
    height: 100vh;
}

.head-section .content p {
    word-break: break-word;
    min-width: 250px;
    max-width: 800px;
    font-size: 18px;
}

.head-section .content h1 {
    word-break: break-word;
    min-width: 250px;
    max-width: 800px;
    font-size: 48px;
}

.content-section {
    box-sizing: border-box;
    justify-content: center;
    align-items: start;
    flex-direction: row;
    height: fit-content;
    overflow: hidden;
    flex-wrap: wrap;
    display: flex;
    margin: 24px 0;
    padding: 48px;
    width: 100%;
    gap: 38px;
}

.content-section .article {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    display: flex;
    width: 400px;
    gap: 18px;
}

.content-section .article img {
    background-color: #18181b;
    box-sizing: border-box;
    aspect-ratio: 16 / 9;
    border-radius: 5px;
    object-fit: cover;
    width: 100%;
}
