[data-cattype="215"] .align-justify-c{
    text-align: justify;
    
    -webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

[data-cattype="215"] .col-md-8.align-justify-c:before{
    content: "";
    height: 100%;
    width: 2px;
    background-color: #fed401;
    position: absolute;
    margin-left: -32px;
}

[data-cattype="215"] p {
    margin: 0 0 15px;
}

/*All About h1 Begin*/

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

[data-cattype="215"] h1:before {
    content: url(../../../data/ckfinder/images/opening_quote.png) !important;
    display: block;
    position: relative;
    width: 100%;
    background-color: transparent;
    top: 0px;
    text-align: center;
}

[data-cattype="215"] h1 {
    color: #03456b;
    font-size: 60px;
}


@media (max-width: 767px) {
    [data-cattype="215"] h1 {
        padding: 0;
        font-size: 30px !important;
    }
    
    [data-cattype="215"] ul{
    font-size: 14px;
    }
    
    [data-cattype="215"] h1:after {
        top: -14px;
    }
    
}
@media (max-width: 991px){
    [data-cattype="215"] .space-60-30{
    padding-top: 30px;
    width: 100%;
     } 
}



/*All About h1 Ends*/