.c-news.c-news-template-3 .widget-header + .widget-content {
    margin-top: 25px;
}
.c-news.c-news-template-3 .widget-element-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.c-news.c-news-template-3 .widget-element {
    position: relative;
    overflow: hidden;
    display: block;
    border: 1px solid #e8e8e8;
    background: #fff;
    height: 100%;
    border-radius: 3px;
}
.c-news.c-news-template-3 .widget-element .widget-element-picture {
    display: block;
    height: 0;
    width: 100%;
    padding-top: 70%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.c-news.c-news-template-3 .intec-grid-item-2 .widget-element .widget-element-picture {
    padding-top: 40%;
}
.c-news.c-news-template-3 .intec-grid-item-3 .widget-element .widget-element-picture {
    padding-top: 60%;
}
.c-news.c-news-template-3 .widget-element .widget-element-text {
    padding: 15px;
}
.c-news.c-news-template-3 .widget-element .widget-element-date {
    overflow: hidden;
    display: block;
    height: 15px;
    margin-top: 5px;
    font-size: 12px;
    line-height: 15px;
    color: #898989;
    text-align: left;
}
.c-news.c-news-template-3 .widget-element .widget-element-name {
    margin-top: 10px;
}
.c-news.c-news-template-3 .widget-element .widget-element-name-wrapper {
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    color: #353639;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}
.c-news.c-news-template-3 .widget-element .widget-element-description {
    display: block;
    color: #84878c;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
    overflow: hidden;
    max-height: 63px;
}

.c-news.c-news-template-3 .widget-footer {
    margin-top: 35px;
    padding: 0;
}
.c-news.c-news-template-3 .widget-footer.align-left {
    text-align: left;
}
.c-news.c-news-template-3 .widget-footer.align-center {
    text-align: center;
}
.c-news.c-news-template-3 .widget-footer.align-right {
    text-align: right;
}
.c-news.c-news-template-3 .widget-footer .widget-footer-all {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    padding: 18px 28px;
    border: 2px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.c-news.c-news-template-3 .widget-footer .widget-footer-all:hover {
    color: #FFF;
}