.posts img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 20px;
}
.posts .content {
    padding: 20px 0 0;
}
.posts .content h2 {
    color: #333;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
}
.posts .content a {
    color: #862A75;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.posts .date {
    display: flex;
    align-items: center;
    color: #333;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    text-transform: uppercase;
}
.posts .date i {
    color: #E1A93B;
    margin-right: 10px;
}

.posts {
    padding: 50px 0;
}
.posts .header {
    margin-bottom: 50px;
}
.posts .header h2 {
    color: #333;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
}

.posts .btn{
    margin: 0 auto;
    display: block;
    width: fit-content;
}