.ace-post-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.ace-post-item {
    background-color:#f7f6f5;
    width: calc(33.33% - 14px);
    transition: box-shadow 0.3s ease;
    position: relative;
	padding-bottom: 45px;
}

.ace-post-image {
    width: 100%;
	height: 263px !important;
    object-fit: cover;
}

.ace-post-link {
    display: inline-block;
    margin-top: 10px;
    color: #0073aa;
    text-decoration: none;
    font-weight: bold;
}

.ace-post-link:hover {
    text-decoration: underline;
}

.ace-pagination {
    margin-top: 20px;
    text-align: center;
}
.ace-post-item h2{
    margin-top:0;
    margin-bottom:0;
    font-size: 24px;
    line-height: 1.3em;
    padding: 15px 27px 15px 27px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #E8E8E8;
    font-family:'EB Garamond', Sans-Serif;
    font-weight:600;
}
.ace-post-item .paragraphadjust{
    padding: 15px 27px 15px 27px;
    margin-bottom:0;
}
.ace-post-item .eventdatefix{
    padding: 0px 27px 15px 27px;
    margin-bottom:0;
	position: absolute;
    bottom: 0;
    left: 0;
}
.ace-post-item a{
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    fill: #0E59B9;
    color: #0E59B9;
    font-family:"Roboto", Sans-Serif;
    position: absolute;
    right:27px;
    bottom:15px;
}