.container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}

.top-cat-card {
    position: relative;
    display: flex;
    align-items: center;
    width: 272px;
    height: 72px;
    padding: 0 16px;
    background: #fff;
    border-radius: 8px;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 500;
    cursor: pointer;
    color: inherit;
    text-decoration: inherit;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 10px 17px #0000000d;
}