.topbar {
    background-color:#3098B7;
    color: #fff;
    font-family: 'Raleway';
    text-align: center;
    padding:0.35rem;
}

.topbar .callout-slider {
    margin:0 auto;
}

.topbar .callout-slider:not(.slick-slider) {
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:1rem;
}