.future {
    flex-direction: column;
    justify-content: center;
    background: #08253f;
    color: #ffffff;
    text-align: center;
}

.future-content-wrapper {
    flex-direction: column;
    justify-content: center;
}

.future-number {
    display: inline-flex;
    min-width: 58px;
    height: 38px;
    margin-bottom: 20px;
    padding: 0 12px;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: #c8102e;
    color: #ffffff;
    font-weight: 900;
}

.future-title {
    max-width: 900px;
    margin: 8px auto 28px;
    color: #ffffff;
    font-family: "PT Serif", Georgia, serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 58px;
}

.future-text {
    max-width: 900px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.76);
    font-size: 20px;
    line-height: 26px;
}

.future-highlight {
    max-width: 1050px;
    margin: 24px auto 0;
    color: #ffffff;
    font-family: "GillSans", "Gill Sans", "Gill Sans MT", Calibri, Arial, sans-serif;
    font-weight: 500;
    font-size: 23px;
    line-height: 28px;
}

@media (max-width: 860px) {
    .future-title {
        font-size: 34px;
        line-height: 38px;
    }

    .future-highlight {
        font-size: 22px;
        line-height: 28px;
    }
}
