.interview-header {
    display: flex;
    line-height: normal;
    margin-top: 30px;
    margin-bottom: 30px;
}

.interview-header .header-img {
    width: 150px;
    height: 150px;
    border-radius: 75px;

    align-self: start;
    object-fit: cover;
    object-position: center;

    margin-right: 20px;
}

.interview-header .header-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.interview-header .header-info > *:first-child {
    margin-top: 5px;
}

.interview-header .header-info > *:last-child {
    margin-bottom: 5px;
}

.interview-header .header-title {
    margin-top: 5px;
    margin-bottom: 5px;
}

.interview-header h2.header-title {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-family: var(--headings-font-family), sans-serif;
    font-size: 21px;
    line-height: normal;
}

.interview-header .header-subtitle {
    margin-bottom: 5px;
    color: #757575;
}

.interview-header .header-description {
    font-size: 16px;
    margin-bottom: 5px;
}

.interview-header .interview-show-more {
    font-size: 16px;
    text-decoration: underline;
}

.interview-header .interview-show-more:hover {
    text-decoration: none;
}

.interview-video-embed {
    /* 16:9 */
    width: 1047px;
    height: 588px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1280px) {
    .interview-video-embed {
        /* 16:9 */
        width: 760px;
        height: 428px;
    }
}

.page-section-title {
    display: table !important;
    white-space: nowrap;

    margin-top: 30px;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 26px;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    font-family: var(--headings-font-family), sans-serif;
}

.page-section-title::after {
    display: table-cell;
    content: '';
    position: relative;
    top: -5px;
    width: 100%;
    left: 15px;
    border-bottom: 1px solid #d3d3d3;
}

.interview-paragraph {
    font-size: 16px;
    line-height: normal;
}

.interview-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.interview-list .interview-list-item {
    display: flex;
    flex-direction: column;
}

.interview-list .interview-list-item .interview-thumbnail {
    width: 310px;
    height: 180px;
    object-fit: cover;
    object-position: center;
}

.interview-list .interview-list-item .interview-thumbnail.from-banner {
    object-position: top 0 right -30px;
}

.interviews-section-text {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 15px;
}

.interviews-headers-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    column-gap: 15px;
}

.interviews-headers-wrapper .interview-header .header-info {
    justify-content: left;
}

@media screen and (min-width: 1281px) {
    .interviews-headers-wrapper .interview-header {
        width: 507px;
    }
}
