@media only screen and (min-width: 1280px) {
    #members .grid_wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
}