
/** neo 2024 **/
.speakers {
    position: relative;
}

.speakers.white .speaker-item {
    background: #fff;
    border: 1px solid #fff;
}

.speakers .speaker-item {
    background: #fff;
    padding: 7px;
    margin-bottom: 30px;
}

.speakers .speaker-item .image {
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 480px) {
    .speakers .speaker-item .image img {
         width: 100% !important;
    }
}

.container-neo {
    max-width: 1140px;
}

.sentence-neo {
    text-transform: none;
    color: #0362a1;
    line-height: 1.2;
}

.section-title-neo {
    font-size: 40px;
    font-weight: 900;
    text-transform: none;
    color: #0362a1;
    line-height: 1.2;
}

.panel-body-neo {
    background: #fff;
    border-radius: 0px !important;
    overflow-y: scroll;
    /* height: 250px; */
    padding-top: 15px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 0px !important;
    scrollbar-color: #12133d #e0e0e0;
    scrollbar-width: thin;
    border: 1px solid #12133d !important;
  }