[data-cattype="216"] img{
    width: 218px;
    height: 218px;
}

[data-cattype="216"] .img-container-c{
    width: 215px;
    height: 215px;
    border: 1px solid #ccc;
    
    background-size: cover;
    background-position: center center;
    position: relative;
    
    display: inline-block;
    margin: 0 20px 20px 0;
}

[data-cattype="216"] .align-c{
    text-align: left;
}

[data-cattype="216"] .link-2{
    cursor:pointer;
}

[data-cattype="216"] .link-2.normal-c{
    cursor:auto;
}

@media (max-width: 991px) {
    [data-cattype="216"] .img-container-c{
    width: 100px;
    height: 100px;
    }
    [data-cattype="216"] .align-c{
    text-align: center;
    }
    [data-cattype="216"] h1{
        text-align: center !important;
    }
    [data-cattype="216"] h1:after {
        top: -3px;
        text-align: center !important;
    }
}
/*All About h1 Begin*/

[data-cattype="216"] h1:after {
    content: url(../../../data/ckfinder/images/title_decor.png) !important;
    display: block;
    position: relative;
    width: 100%;
    background-color: transparent;
    top: -10px;
    text-align: left;
}

[data-cattype="216"] h1 {
    color: #03456b;
    text-align: left;
}


@media (max-width: 767px) {
    [data-cattype="216"] h1 {
        padding: 0;
    }
    
}


/*All About h1 Ends*/