.custom-list {
    margin-bottom: 30px;
}

.custom-list .heading{
    text-align: center;
    margin-bottom: 30px;
}
.custom-list.core-styles a:hover,
.custom-list.blogContainer a:hover{
    text-decoration: none;
}
.custom-list .post {
    display: block;
    margin: 0 -15px 30px;
}

.custom-list .post .img-cont,
.custom-list .post .inner-content {
    padding: 0 15px;
}

.custom-list .post .img-cont img {
    width: 100%;
    padding-bottom: 15px;
}
.custom-list .post .inner-content h3 {
    margin-bottom: 0;
}
.custom-list.blogContainer .date{
    font-size: 14px;
    font-family: 'Mundo Sans W01 Regular', sans-serif;
    margin: 5px 0;
    display: block;
}

.custom-list .custom-button{
    justify-content: center;
}
.custom-list .custom-button a:hover{
    color: #FFF;
}
@media screen and (min-width:641px){
    .custom-list {
        margin-bottom: 50px;
    }
    
    .custom-list .post {
        display: flex;
    }

    .custom-list .post .img-cont {
        flex-basis: 35%;
    }

    .custom-list .post .inner-content {
        flex-basis: 65%;
    }
}