.hero-heading {
    font-size: 36px;
    line-height: 46px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-align: center;
}

.sub-heading {
    font-size: 32px;
    line-height: 38px;
    color: rgb(59, 86, 110);
    font-weight: 400;
}

h3 {
    font-size: 18px;
    font-weight: 700;
    color: #6f8ba4;
}

.page .page-bottom p {
    margin-bottom: 20px;
}