
.sw-timeline.recent .sw-timeline-post .post-content .post-title {
    color: #76b72a;
  	background: #ffffff;
    border-radius: 18px;
    padding: 10px;
    margin-bottom: 13px;
    display: inline-block;
    width: 100%;
    clear: both;
}

.sw-timeline.recent .sw-timeline-post .post-thumbnail-image {
    display: block;
    width: 100%;
    height: 140px;
    margin: 0 0 10px 0;
    position: relative;
    background-size: cover;
    border-radius: 18px;
    padding: 0px;
    margin-bottom: 13px;
}

.sw-timeline.recent .sw-timeline-post .post-content {
    color: #76b72a;
    max-height: 235px;
    overflow: hidden;
    position: relative;
  	background: #ffffff;
    border-radius: 18px;
    padding: 10px;
    margin-bottom: 13px;
    display: inline-block;
    width: 100%;
    clear: both;
}

