.catalog-section .container {
    text-align: left;
    padding: 0;
}
.catalog-wrapper a {
    width: fit-content;
    display: block;
    transition: all 300ms ease;
    color: #b9b9b9;
    font-size: 20px;
    margin-bottom: 12px;
}
.catalog-wrapper a:hover {
    color: #000;
}
.catalog-section {
    min-height: 100vh;
}
@media only screen and (max-width: 1024px) {
    .catalog-section .container {
        max-width: 90%;
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .top-image {
        height: 200px;
    }
}
@media only screen and (max-width: 576px) {
    .catalog-section .container {
        padding: 0;
    }
}
