.videos-section {
    margin-bottom: var(--gap3);
}

.videos-section .list {
    max-width: 920px;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 50px;
}

.videos-section .list h3 {
    color: var(--primary-400);
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: var(--gap2);
    align-self: flex-start;
}

.videos-section .embed-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background-color: #000;
}

.videos-section .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
