/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .csr-websites {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.csr-website {
    width: 20%;
    padding: 20px;
}

.csr-website a {
    display: block;
    width: 100%;
}

.csr-website a img {
    width: 100%;
    height: auto;
}