@charset "UTF-8";
.Wrapper {
    padding: 0 0 42px 0;
}
.cntHeader {
    position: relative;
}
.cntHeader .title:after {
    position: absolute;
    background-color: #ff5500; 
    height: 3px; 
    width: 100px; 
    content: ""; 
    left: 0; 
    bottom: -10px; 
    display: block;
}