.logo-dark {
    width: 240px;
}
.brand-item {
    height: 150px;
}

.contact-box {
    align-items: center;
}

.product-item {
    padding: 8px;
}
.product-box {
    border: #909390 solid 5px;
}
.product-img img {
    max-height: 300px;
}

td, th {
    border: 1px solid #000;
}
table {
    overflow: auto;
    width: 100%;
}

.distributor-list li {
    list-style: disc;
}

.list-style-none {
    list-style: none !important;
}

@media screen and (max-width: 700px) {
    .slide-item {
        height: 225px !important;
    }
    .contact-info .row {
        gap: 2rem;
    }
}