.w-fit {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
}

.w-fit.border-bottom {
    cursor: pointer;
}

.sx-equal-cols>[class*="col-"] {
    display: flex;
}

.brandbox {
    flex: 1 1 auto;
    display: flex;
    align-items: stretch;
}

.brandbox .col-lg-3 {
    display: flex;
    /* align-items: center; */
    align-items: flex-start;
    justify-content: center;
}

.brandbox .col-lg-9 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* align-self: last baseline; */
}

.brandbox a:hover, 
.brandbox a:active, 
.brandbox a:focus {
    color: #6e6e6e;
}

.brandbox hr {
    color: black;
}

.brandbox .btn-more .border-bottom {
    color: #343535;
    border-bottom-color: #343535 !important;
 }

.brandbox .textwrap2 .text {
    overflow-wrap: anywhere;
}