section[data-cattype="601"] {
    background-size: 100% !important;
}

section[data-cattype="601"] .container > .row {
    -webkit-box-shadow: 4px 3px 15px 0px rgba(153, 153, 153, 1);
    -moz-box-shadow: 4px 3px 15px 0px rgba(153, 153, 153, 1);
    box-shadow: 4px 3px 15px 0px rgba(153, 153, 153, 1);
}

section[data-cattype="601"] {
    padding-top: 50px;
}

section[data-cattype="601"] .left {
    background: #03456b;
}

section[data-cattype="601"] .left {
    padding: 40px;
    color: #fff;
    min-height: 560px;
}

section[data-cattype="601"] .right {
    padding: 40px;
    background: #fff;
    min-height: 500px;
}

section[data-cattype="601"] .head {
    /*
	margin-bottom: 40px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
*/
}
section[data-cattype="601"] a{
    color: inherit;
}

section[data-cattype="601"] a:hover{
    color: #FFFF00;
}
section[data-cattype="601"] ul.grid li {
    margin: 20px;
}

section[data-cattype="601"] .line {
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    section[data-cattype="601"] h1 {
        margin-bottom: 10px;
    }
    section[data-cattype="601"] .line {
        margin-bottom: 10px;
    }
    section[data-cattype="601"] .left,
    section[data-cattype="601"] .right {
        padding: 20px;
        min-height: auto;
    }
}


/*All About h1 Begin*/

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

[data-cattype="601"] h1 {
    padding: 10px 0 30px 0;
    margin: 0;
    text-align: center;
}

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


/*All About h1 Ends*/