﻿.homeH1 {
    font-size: 14pt;
    font-family: 'Montserrat';
    color: #0b2063;
    font-weight: bold;
    margin: 9px 9px 9px 9px;
    line-height: 1.42857143
}

.verticalLine {
    width: 2px;
    background-color: silver;
    height: auto;
    float: left;
    border: 2px hidden silver;
    border-radius: 2px;
}

.line-heigh20px {
    line-height: 20px;
}
.width120px {
    width: 120px;
}
