[data-cattype="702"] {
    background: #c3d3e0;
}

[data-cattype="702"] .img-content-c{
    height: 178px;
/*width: 256px;*/
position: relative;
background-color: #fff;

}

[data-cattype="702"] .img-content-c img{
    height: 100%;
    width: 100%;
}

[data-cattype="702"] .item-grid-c{
    margin: 0;
    padding: 0;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

[data-cattype="702"] .item-c{
    margin: 15px 6px 30px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: calc(20% - 12px)
}

[data-cattype="702"] .ttl-c{
    color: #012b7f;
    height: auto;
/*    width: 256px;*/
    padding: 13px 20px 0 20px;
    line-height: normal;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
}

[data-cattype="702"] .img-content-c:before{
    height: 178px;
/*    width: 256px;*/
    position: absolute;
    content: "";
    background-color: #41affe;
    opacity: 0;
    transition: ease .3s;
}

[data-cattype="702"] a:hover .img-content-c:before{
    height: 178px;
/*    width: 256px;*/
    width: 100%;
    position: absolute;
    content: "";
    opacity: .5;
}

[data-cattype="702"] a:hover .ttl-c{
    color: #012b7f;
}

[data-cattype="702"] a:hover .ttl-c:after{
    position: absolute;
    content: "";
    border-bottom : 3px solid #41affe;
    bottom: -15px;
    left: 0;
    width: 100%;
}

[data-cattype="702"] a:hover .ttl-c:hover{
    color: #012b7f;
}

[data-cattype="702"] a:link, 
[data-cattype="702"] a:visited {
    color: inherit;
}

@media (max-width: 1170px){
    [data-cattype="702"] .item-grid-c{
    text-align: center;
    }
}


/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
    [data-cattype="702"] .space-40-30{
        padding-top: 0;
    }
    
    [data-cattype="702"] .ttl-c{
        padding: 10px 0 0;
    }
}

/* Mobile screen size - landscape view */
@media (max-width: 767px){
    [data-cattype="702"] .space-40-30{
        padding-top: 0;
    }
    
    [data-cattype="702"] .ttl-c{
        padding: 10px 0 0;
    }
}

/* Mobile screen size */
@media (max-width: 480px) {
    [data-cattype="702"] .item-c{
        width: calc(50% - 12px);
    }
    
}
