.press {
    display: none;
    pointer-events: auto;
    height: auto;
    /* overflow-y: auto; */
    overflow-y: hidden !important;
    box-sizing: border-box;
    margin-top: 20px;
}

.press h5 {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    margin: 0 auto;
    line-height: 1;
    padding-bottom: 12px;
}

.press a {
    color: var(--text-color);
    text-decoration: none;
    pointer-events: all;
    /* max-width: 600px; */
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 12px;
    transition: background-color 0.5s ease-in-out;
}

.press a:hover {
    background-color: var(--press);
    color: #333;
    /* max-width: 600px; */
    margin: 0 auto;
}