.contentRender_name_plugins_collections_template_custom_list {
	width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 15px 15px;
}
.contentRender_name_plugins_collections_template_custom_list .row {
    margin-left: -15px;
    margin-right: -15px;
    width: inherit;
}
.custom-list {
	margin-bottom: 30px;
}
.custom-list .heading {
    margin-bottom: 30px;
    text-align: center;
}
.custom-list .post {
	margin-bottom: 15px;
}
.custom-list .post a {
    display: block;
    width: 100%;
}
.custom-list .post img {
    width: 100%;
}
.custom-list .post h4 {
    margin-bottom:5px;
}
.custom-list .link-wrapper {
	display: flex;
    justify-content: center;
}
.custom-list .link-wrapper a {
    width: auto;
    padding: 10px 35px;
    background-color: #9d1059;
    color: #fff;
    text-align: center;
    padding: 17px 33px;
    border-top-right-radius: 8px;
    margin-bottom: 10px;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 500;
}
.custom-list .link-wrapper a:hover {
    opacity: 0.8;
}