.page-wrapper {
    background: #fff;
}
.hero-heading {
    color: #000;
    letter-spacing: -2.5px;
    max-width: 700px;
    font-size: 55px;
    font-weight: 700;
    line-height: 55px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
}
.hero-text {
    font-size: 22px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.5px;
    text-align: center;
    max-width: 700px;
    padding-left: 20px;
    padding-right: 20px;
    color: #0D6EFD;

}
.hero-block {
    padding-top: 25px;
    margin-bottom: 20px;
}
.large-space {
    display: none;
}