
@charset "UTF-8";

.column-title2 {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.4;
    padding: 10px 0;
    /* margin-bottom: 20px; */
    border-bottom: 1px solid #dddddd;
    border-top: 3px solid #dddddd;
    position: relative;
}
.column-title2:before {
    background-color: #264A9E;
    content: "";
    width: 50px;
    height: 3px;
    position: absolute;
    top: -3px;
    left: 0;
}