.header1 {
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
}
.header2 {
    font-size: 32px;
    line-height: 1.5;
    font-weight: bold;
}
.header3 {
    font-size: 28px;
    line-height: 1.5;
    font-weight: normal;
}
.header4 {
    font-size: 20px;
    line-height: 1.6;
    font-weight: normal;
}
.header5 {
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
}
.body-bold {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}
.body-small {
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
}
.body-small-bold {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}
.caption-text {
    font-size: 11px;
    line-height: 1.5;
}
.link-text {
    font-size: 16px;
    font-weight: bold;
    line-height: 25.6px;
    color: #D15540;
}
.number-font {
    font-family: 'Sen';
}
@media screen and (max-width:798px) {
    .header1 {
        font-size: 28px;
        font-weight: bold;
        line-height: 1.6;
    }
    .header2 {
        font-size: 24px;
        line-height: 1.5;
        font-weight: bold;
    }
    .header3 {
        font-size: 20px;
        line-height: 1.6;
        font-weight: normal;
    }
    .header4 {
        font-size:  18px;
        font-weight: bold;
        line-height: 1.6;
    }

}