.press {
    min-height: 200px;
    margin-bottom: 20px;
    max-width: fit-content;
}
@media (max-width: 1200px) {
    .press {
        min-height: 250px;
    }
}
.press-label {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 1.92px;
    color: #ffd500;
}
.press-head {
    font-size: 3rem;
    margin-bottom: 2.5rem;
    margin-top: 0;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    max-width: fit-content;
}
.press-link {
    font-size: 1.5rem;
    border-radius: 17px;
    position: relative;
    color: #fff;
    background-color: #ffcd00;
    border-color: #ffcd00;
    font-weight: 700;
    padding: 10px 1rem;
    padding-left: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.press-link:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}