.where-are-fellows-today {
    padding: var(--container-padding-block) 0;
    background-color: var(--gray-section-background-color);
}

.where-are-fellows-today .section-header {
    text-align: center;
    margin-bottom: 40px;
}

.where-are-fellows-today .pre-title {
    display: block;
    margin-bottom: 8px;
}

.where-are-fellows-today .section-title {
    margin-bottom: 12px;
}

.where-are-fellows-today .section-description {

}

.fellows-swiper-container-wrapper {
    position: relative;
}


@media (max-width: 992px) {
    .where-are-fellows-today {
        padding: 40px 0;
    }

    .where-are-fellows-today .section-header {
        margin-bottom: 32px;
    }

}

