.custom-list .row {
    margin-left: -15px;
    margin-right: -15px;
    width: inherit;
    max-width: none;
}
.custom-list {
	margin-bottom: 30px;
}
.custom-list .heading {
    margin-bottom: 15px;
}
.custom-list .post {
	margin-bottom: 30px;
}
.custom-list .post a {
    display: block;
    width: 100%;
}
.custom-list .post img {
    width: 100%;
    padding-bottom: 15px; 
}

.custom-list .link-wrapper {
	display: flex;
    justify-content: center;
}
.custom-list .link-wrapper a {
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    font-family: var(--font-body);
    color: var(--off-white);
    font-weight: 500;
    display: inline-block;
    padding: 6px 14px;
    background-color: var(--red);
    text-transform: uppercase;
}
.custom-list .link-wrapper a:hover {
    opacity: 0.8;
}