.posts-section .col-md-4.post {
    margin-bottom: 30px;
}

.post-widget .img-link {
    display: flex;
    height: 200px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.post-widget .section {
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: #FFFFFF;
    border-radius: 50%;
    padding: 8px;
}

.post-widget .section .icon.icon-2x {
    width: 45px;
    height: 45px;
}

.post-widget .content {
    color: #202325;
    background-color: #FCE295;
    padding: 2% 5%;
    height: 180px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    position: relative;
}

.post-widget .content div.title {
    color: #202325;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 5px;
}

.post-widget .content div.title a {
    color: #202325;
    text-decoration: none;
}

.post-widget .content div.title a:hover,
.post-widget .content div.title a:focus,
.post-widget .content div.title a:active {
    color: #353738;
    text-decoration: none;
}

.post-widget .content div.related-author {
    color: #202325;
    position: absolute;
    bottom: 12px;
    font-size: 22px;
    font-weight: 400;
}

.post-widget .content div.related-author img {
    vertical-align: middle;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
