.brand-container {
    margin-top: 3rem;
}

.brand-container h1 {
    margin: 0;
    font-size: 1.8rem;
    color: rgba(0, 0, 0, 0.54);
}

.brand-container .main-brand {
    background-color: white;
    padding-bottom: 1rem;
    margin-top: 1rem;
}

.brand-container .content {
    padding: 2rem 0;
    padding-bottom: 1rem;
    margin-top: 1rem
}

.brand-container .main-brand .content {

}

.list-item {
    border-radius: 10px;
    padding: 6px;
}

.list-item:hover {
    transform: scale(1.06);
}

.show-more-button, .show-less-button {
    margin: 0 auto;
    font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", "Arial Bold", arial, sans-serif;
    cursor: pointer;
    user-select: none;
    position: relative;
    width: 15rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    text-transform: capitalize;
    white-space: nowrap;
    border: 1px solid rgba(0, 0, 0, 0.09);
    transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}

.show-more-button:hover, .show-less-button:hover {
    border-color: #ff5722;
    color: #ff5722;
}

.show-more-button:hover:after, .show-less-button:hover:after {
    border-top-color: #ff5722;
}

.show-more-button:after, .show-less-button:after {
    content: '';
    display: inline-block;
    position: relative;
    margin-left: 1rem;
    top: .2em;
    transform: translateX(-50%);
    border: 0.5rem transparent solid;
    border-top-color: rgba(0, 0, 0, 0.8);
}

.show-less-button:after {
    top: -.2rem;
    border: 0.5rem transparent solid;
    border-bottom-color: rgba(0, 0, 0, 0.8);
}

.show-less-button:hover:after {
    border-top-color: transparent !important;
    border-bottom-color: #ff5722;
}

.show-more {
    height: auto;
}

.show-less-brand {
    height: 285px;
    overflow: hidden;
}

.show-less-content {
    height: 225px;
    overflow: hidden;
}
@media (min-width: 1200px) {
    
}
@media (min-width: 992px) {
    
}
@media (min-width: 768px) {
    
}
@media (max-width: 767px) {
    
}