@import '../../../root/css/root.css';

.speakers-to-home-link_wrapper {
    margin: 0 0 50px 0;
}

/* ___SPEAKERS-SECTION___ */
.speakers-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 93px 0 110px 0;
}

.speakers-main_wrapper {
    display: flex;
    flex-direction: column;
    align-self: center;
    max-width: 1644px;
}

.speakers-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media all and (max-width: 1644px) {
    .speakers-items {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
}

/* ___person-item___ */
.speakers-item-title {
    margin: 0;
}

.speakers-item-degree {
    margin: 0 0 25px 0;
}

.speakers-item-text {
    margin: 5px 0 0 0;
}

@media all and (max-width: 1610px) {
    .speakers-to-home-link_wrapper {
        margin: 0 0 41px 0;
    }

    .speakers-section {
        margin: 77px 0 91px 0;
    }
}

@media all and (max-width: 1450px) {
    .speakers-to-home-link_wrapper {
        margin: 0 0 37px 0;
    }

    .speakers-section {
        margin: 69px 0 81px 0;
    }
}

@media all and (max-width: 1240px) {
    .speakers-to-home-link_wrapper {
        margin: 0 0 31px 0;
    }

    .speakers-section {
        margin: 58px 0 69px 0;
    }
}

@media all and (max-width: 1015px) {
    .speakers-items {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}