.sp-module ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
}

.sp-module .sp-module-title, .sppb-addon-module .sp-module-title {
    color: #9e9e9e;
}
#sp-bottom .sp-module .sp-module-title {
    text-transform: none;
    font-weight: 400;
    font-size: 24px;
    padding-top: 20px;
}
#sp-main-body {
    padding: 20px 0;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    display: none;
}

.flex .latest-post .latest-post-item .latest-post-inner {
    padding: 20px;
    box-shadow: inset 0 0 0px 1px #d6d6d6;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.entry-header h1, .entry-header h2 {
    margin: 0;
    line-height: 1.2;
    width: auto;
    padding-right: 10px;
    box-shadow: inset 0 -1px 0 #ddd;
    display: table;
    word-wrap: break-word;
}

.sp-module .latest-articles a .latest-articles-title, .sppb-addon-module .latest-articles a .latest-articles-title {
    width: 70%;
    margin: 10px 0;
    font-size: 15px;
    line-height: 1.57;
}