
/* press-section */

.press-section {
    padding: 90px 0;
}

.press-section h1 {
    text-align: center;
    color: #9e8562;
    font-size: 44px;
    font-weight: 500;
    line-height: 61px;
}

.press-section .news-card {
    background-color: #ffffff;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
    border-radius: 12px 12px 0 0;
}

.press-section .news-card img {
    border-radius: inherit;
}

.press-section .news-card .content {
    padding: 40px 17px 30px 17px;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
}

.press-section .news-card a {
    color: #9e8562;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 0.42px;
}

.press-section .news-card h3 {
    color: #9e8562;
    font-size: 20px;
    margin: 8px 0;
    font-weight: 700;
    line-height: 29px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.press-section .news-card p {
    color: #606060;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

@media (max-width:767.98px) {
    .press-section {
        padding: 60px 0;
    }

    .press-section h1 {
        font-size: 34px;
    }
}

@media (max-width:640px) {
    .press-section .news-card .content {
        padding: 30px 17px 20px 17px;
    }

    .press-section .news-card a,
    .press-section .news-card p {
        font-size: 14px;
        font-weight: normal;
    }

    .press-section .news-card h3 {
        font-weight: normal;
        font-size: 20px;
    }
}
