.brand_collection_main ol.brand-collection-list-items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    padding: 0;
    margin: 0;
}
.brand_collection_main li.brand-collection-item {
    width: calc((100% - 8%)/3);
    list-style: none;
    display: inline-block;
    margin-left: 4%;
    padding: 0;
    margin-bottom: 35px;
}
.brand_collection_main li.brand-collection-item:nth-child(3n + 1) {
    margin-left: 0;
}
.brand_collection_main .brand-collection-title {
    margin: 15px 0;
}
.brand_collection_main .brand-collection-item-details p.brand-collection-dec {
    font-size: 14px;
    text-align: center;
}
.brand_collection_main .brand-collection-title a h2 {
    font-size: 18px;
    text-align: center;
}
.brand_collection_main .brand-collection-title a:hover {
    text-decoration: none;
}
.brand_collection_main .brand-collection-item-details .discover-brand-collection {
    font-size: 16px;
    text-align: center;
}
.not-found {
    text-align: center;
    padding: 25px;
    font-size: 16px;
}
@media only screen and (max-width: 1024px) {
.brand_collection_main li.brand-collection-item {
    width: calc((100% - 8%)/3);
    margin-left: 4%;
}
}
@media only screen and (max-width: 767px) {
.brand_collection_main li.brand-collection-item {
    width: calc((100% - 8%)/2);
    margin-left: 8%;
}
.brand-collection-title a h2 {
    font-size: 16px;
}
.brand-collection-item-details p.brand-collection-dec {
    font-size: 13px;
}
.brand_collection_main .brand-collection-item-details .discover-brand-collection {
    font-size: 14px;
}
.not-found {
    font-size: 14px;
}

}
