.linkCards {
    background: #EDEDE8;
    padding: 30px 0;
}
.linkCards img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.linkCards .content {
    background: #FFF;
    padding: 30px 50px;
}
.linkCards .content h2 {
    color: #1E293B;
    text-align: center;
    font-family: "EB Garamond";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 43px;
}
.linkCards .content p {
    color: #1E293B;
    text-align: center;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 390;
    line-height: normal;
}

.linkCards .btn{
    margin: 0 auto;
    display: block;
}