.icon-reorder { font-size: 2em; }
.emphasis-title h2 {
    font-size: 5vw !important;
}

.standard-logo {
    display: inline-block !important; 
}



h2 {
    hyphens: auto;
}

#section-people .team {
    height: auto;
    min-height: 14em;
}

.swiper_wrapper .swiper-slide {
    display: block;
    position: static;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .emphasis-title {
        display: none;
    }
    #logo {
        text-align: right;
    }
}

@media screen and (max-width: 1080px) {
    .standard-logo h1 {
        font-size: 14px !important;
        margin-top: 20px !important;
    }
}