/* List Widget style *****/
.list_post_widget {
    padding: 45px 50px 25px;
    background: #fff;
    box-shadow: 0 0 30px #dadada;
}

.list-widget {
    position: relative;
    flex-grow: 1;
    height: 100%;
}

.list-widget .list-content {
}

.list-widget h4 {
    text-align: center;
    margin-bottom: 35px;
}

.list-widget h4 a,
.list-widget h4 a:visited {
    font-size: 36px;
    color: #000;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 25px;
}

.list-link a,
.list-link a:visited {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    padding: 0 0 12px 27px;
}

.list-widget h4 a:hover,
.list-link:hover a {
    text-decoration: underline;
}
/***** end CTA's **********************/
