﻿
/* |<---->|                      */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 767px) {
    .fellowship-search {
        flex-direction: column;
        align-items: center;
    }
}