.row {
    padding: 30px 20px;
}
.row p {
    font-size: 12px;
    color: #000;
    letter-spacing: 0.19px;
    line-height: 18px;
}
.row div{
    font-size: 12px;
    color: #181818;
    letter-spacing: 0.19px;
    line-height: 18px;
    white-space: pre-line;
}

.row h1 {
    color: #17365D;
    font-size: 26px;
    font-weight: 400;
    font-family: 'Calibri';
}
.row .title-horizontal-line {
    background-color: #365F91;
    height: 1px;
    border: none;
}
.row h2 {
    color: #365F91;
    font-size: 14px;
    font-weight: 700;
}
.row h3 {
    color: #4F81BD;
    font-size: 14px;
    font-weight: 700;
}
.row h2 span {
    color: black;
    font-size: 12px;
    font-weight: 400;
}
.row address {
    color: black;
    font-size: 12px;
    font-weight: 400;
}