
.keynote {
    margin-top: 30px;
    box-shadow: 1px 1px 4px #888;
}

.speaker {
    background-color: #2B348A !important;
    border: none;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 22px !important;
    cursor: default !important;
}

.bio {
    font-size: 16px;
}

h5 {
    height: 1px !important;
    margin-bottom: 40px !important;
    margin-top: 40px !important;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
    background-position: bottom left;
    background-size: 100% 1px;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    .keynote {
        margin-left: auto;
        margin-right: auto;
    }
}