/* Speakers Styles */

#speakers-info-div {
    margin-bottom: 2em;
}

#speakers-ul>li {
    margin-top: 2em;
    margin-bottom: 0.5em;
}

#speakers-ul>ul>li::before {
    content: "\25E6";
    color: red;
    font-size: 1.5em;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    list-style-type: circle;
}

#speakers-title-1,
#speakers-title-2 {
    font-size: 1.5em;
}

#speakers-info-div>p {
    margin: 2em;
}

/* Speakers Styles END*/