.brand-list {
    margin-bottom: 1em;
}

.brand-list .brand-item {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border: solid .1em #ccc;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: .9em;
    border-radius: .475em;
    min-height: 20em;
    width: 100%;
    margin-bottom: 1.6em;
}

.brand-list .brand-item .image-wrapper {
    border-bottom: solid .1em #ddd;
    width: 100%;
    height: 9em;
    overflow: hidden;
    border-radius: .475em .475em 0 0;
}

.brand-list .brand-item .image-wrapper>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-list .brand-item .brand-name {
    font-size: .9em;
    color: #333;
    margin-bottom: 1em;
    line-height: 1;
}

.brand-list .brand-item .brand-name>a {
    white-space: normal;
    line-height: 1.6em;
}

.brand-list .brand-item .main-product {
    margin-bottom: 1em;
    font-size: 0.8em;
    text-align: center;
}

.brand-list .brand-item .bottom-wrapper {
    display: inline-flex;
    font-size: .7rem;
    justify-content: space-around;
    width: 100%;
    flex-grow: 1;
    flex-wrap: wrap;
    align-content: flex-end;
}

.brand-list .brand-item .content-wrapper {
    padding: .5em;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    flex-grow: 1;
}

.brand-list .brand-item .bottom-wrapper .brand-type {
    display: flex;
    align-items: center;
    flex-basis: 50%;
}

.brand-list .brand-item .bottom-wrapper span {
    white-space: nowrap;
    display: inline-flex;
}

.brand-list .brand-item .bottom-wrapper .brand-location {
    display: flex;
    align-items: center;
}