.right-column{
    display: block;
}

.left-column{
    background: var(--gray-bg);
    padding: 0 20px;
    box-sizing: border-box;
}

#leader-content {
    padding: 0 !important;
}

.leader-header {
    padding: 37px 0 0;
}

.leader-section {
    margin-bottom: 30px;
}

.leader-section-content p {
    display: inline;    
}

.has-ellipsis {
    margin: 0;
    display: -webkit-box !important;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}

.banner-section {
    margin-bottom: 36px;
}