*{
 box-sizing: border-box;
    outline: none;
}

.about{
    padding-top: 35px;
    padding-left: 8px;
    max-width: 1300px;

}

.about.ccl-color_emergency.ccl-style>h1{
    margin: 0;
    color: #286E9F;
    font-size: 40px;
    font-weight: normal;
}
.about.ccl-color_emergency.ccl-style>h1 span{
    color: #E7A525;
    font-weight: bold;
}

body.has-footer>#about {
    overflow-y: auto;
}