header .big-logo {
    display: block;
}
header .small-logo {
    display: none;
}
header ul {
    gap: 80px;
}
header img {
    height: 68px;
}
.products-wrapper {
    display: flex;
    justify-content: center;
}
.product-cards--container {
    position: relative;
    max-width: 1000px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
footer {
    display: flex;
    flex-direction: row;
    height: 80px;
    gap: 30px;
}