.callout-warning {
    border: 2px solid #eee;
    padding: 2rem 1.5rem;
    border-radius: 0px 5px 5px 0;
    margin-bottom: 2rem;
    border-left: 5px solid #8BC34A;
}
.search-bar {
    max-width: 500px;
    margin: 0 auto;
}

.masonry {
    margin-left: -15px;
    margin-right: -15px;
}
.masonry-item {
    padding: 15px;
}

.masonry-item .category-item{
    width: 100%;
    padding: 30px;
    background-color: #f6f6f6;
    border-radius: 16px;
    justify-content: center;
}

.masonry-item img {
    width: 100%;
}

.masonry-item .stretched-link {
    text-align: center;
    color: #555 !important;
    white-space: normal;
}
