.cs_title h3 a {
    font-size: 21px;
    transition: .5s;
        font-weight: 700;
        line-height: 1.2;
        display: block;
        margin-top: 20px;
}

.single_cs {
    border: 1px solid #ebebeb;
    overflow: hidden;
    transition: .5s;
    position: relative;
    height: 100%;
}

.single_cs .type {
    display: inline-block;
    background: #0C5ADB;
    padding: 6px 16px;
    line-height: 19px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    position: absolute;
}

.cs_thumb {
    width: 100%;
    max-height: 248px;
    overflow: hidden;
}

.cs_thumb img {
    width: 100%;
    height: 100%;
}

.cs_button a {
    font-size: 15px;
    transition: .5s;
    color: #616161;
}

.cs_content {
    background: #fff;
}

.single_cs:hover {
    border-color: transparent;
    box-shadow: 0 5px 30px rgba(0,0,0,0.2);
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}