.news img {
    width: 100%;
    height: 325px;
    object-fit: cover;
}
.news .content {
    padding: 20px;
    background: #F9F9F9;
}
.news .content .date {
    color: #1B421C;
    text-align: center;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.news .content h2 {
    color: #1E293B;
    text-align: center;
    font-family: "EB Garamond";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.news .content a {
    margin: 40px auto 0;
    display: block;
    border: 1px solid #1B421C;
    width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1E293B;
    text-align: center;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 10px 0;
}

.news {
    padding: 50px 0;
}
.news .header {
    margin-bottom: 50px;
}
.news .header h2 {
    color: #1E293B;
    text-align: center;
    font-family: "EB Garamond";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.news .click .btn {
    margin: 0 auto;
    display: block;
}
