.custom {
    background: rgba(10, 26, 46, 0.5);
    border: 1px solid rgba(43, 106, 141, 0.2);
    text-align: center;
}
.category img {
    width: 250px;
    border-radius: 15px;
}
.category {
    transition: .2s ease-in-out;
}
.category img:hover {
    box-shadow: #00a6f7 0px 0px 10px 3px;
}
.category:hover {
    transform: scale(1.05);
}
.products {
    text-align: center;
    gap: 40px;
    flex-wrap: wrap;
}
.show-case-table img {
    width: 40px;
}
@media (max-width: 750px) {
    .main-show-case {
        text-align: center;
        flex-direction: column-reverse;
    }
}
@media (max-width: 450px) {
    .show-case-table {
        font-size: 0.7rem;
    }
    .show-case-table img {
        width: 25px;
    }
}