.press-list {
    min-height: 560px;
}

.press-list__intro {
    max-width: 760px;
}

.press-list__featured-row > .press-list__featured {
    width: calc(100% - 30px);
    max-width: none;
}

.press-list__featured-link {
    display: block;
    width: 100%;
    min-height: 460px;
    color: inherit;
    text-decoration: none;
}

.press-list__featured-title {
    display: block;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.37;
    color: #1a1a1a;
}

.press-list__grid {
    justify-content: flex-start;
}

.press-list__item {
    cursor: default;
}

.press-list__image {
    display: block;
    overflow: hidden;
    background: #eef2f5;
}

.press-list__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.press-list__item:hover .press-list__image img {
    transform: scale(1.02);
}

.press-list__source {
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    color: #028fde;
}

.press-list__title a {
    color: inherit;
    text-decoration: none;
}

.press-list__title a:hover,
.press-list__title a:focus-visible {
    color: #028fde;
}

.press-list__summary {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
    color: #676767;
}

.press-list__more {
    align-self: flex-start;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.press-list__empty {
    max-width: 760px;
    margin-top: 35px;
    padding: 28px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
}

.press-list__empty h2 {
    margin-bottom: 12px;
}

.press-list__empty p {
    font-size: 16px;
    line-height: 1.5;
}

.press-list__pagination {
    margin-top: 35px;
}

@media (max-width: 1023px) {
    .press-list__featured-row > .press-list__featured {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .press-list__featured,
    .press-list__featured-link {
        min-height: 390px;
    }

    .press-list__image {
        height: 230px;
    }
}
