.speakers-page {
    min-height: 100%;
    background: var(--theme-primary, #061e4b);
}

.speakers-page .section-title {
    margin-bottom: 3rem;
    text-align: center;
}

.speakers-page .title-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 80px;
    color: #ffffff;
    background: linear-gradient(rgba(255, 255, 255, .08), rgba(255, 255, 255, .03));
    border: 2px solid rgba(255, 255, 255, .25);
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .35);
    font-family: "Lora", serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .5px;
}

.speakers-page .section-title p {
    margin-top: 2px;
    color: #d94f00;
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 992px) {
    .speakers-page .title-badge {
        width: 100%;
        padding: 12px 18px;
        border-radius: 30px;
        font-size: 1.45rem;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .speakers-page .title-badge {
        padding: 10px 15px;
        font-size: 1.2rem;
    }
}
