.archive {
    background: #F0EDE8;
}

.archive .title {
    font-size: 56px;
    line-height: 56px;
    font-weight: bold;
}

.archive p, .archive ul li {
    font-weight: 300;
    font-size: 20px;
}

#video-player {
    display: none;
}

.video-box {
    background: white;
    border-radius: 20px;
    min-height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin-bottom: 1rem;
    height: 100px;
}

.video-box .info {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.video-box .info img {
    margin-left: -70px;
    width: 70px;
    height: 70px;
}

.video-box .video-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
}

.video-box .info .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
}

.video-box .info .desc {
    font-weight: 400;
    font-size: 14px;
    margin-top: 0.5rem;
}
