.top-page-section {
    padding: 29px 0 111px;
}

.breadcrumb .separator {
    display: flex;
    align-items: center;
}

.breadcrumb .separator svg {
    width: 5px;
    height: 8px;
    color: var(--black);
    opacity: 55%;
}

.products-section {
    padding: 120px 0 35px;
}

.product-card .card img {
    transition: all 1s ease-in-out;
    filter: brightness(65%);
    min-height: 100%;
}

/* .product-card .card:hover img {
    transform: scale(1.3) rotate(10deg);
} */

.simple-text-section {
    padding: 35px 0 120px;
}

@media (max-width: 768px) {
    .simple-text-section {
        padding: 35px 0;
    }
}