.futureabout-main {

    background: #000;
    color: #fff;
}

.futureabout-hero {
    margin-top: 60px;
}

.futureabout-image {
    margin-left: -80px;
    max-width: 80%;
    border-radius: 8px;
    opacity: 0.9;
}

.futureabout-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
}

.futureabout-hero p {
    font-weight: 400;
    font-size: 18px;
    color: rgb(204, 204, 204);
    line-height: 26px;

}


@media (max-width: 992px) {

    .futureabout-image {
    margin-left: 0px;
}

    .futureabout-title {
        font-size: 42px;
    }

    .futureabout-content {
        padding-left: 0;
        margin-top: 40px;
    }

    .futureabout-content p {
        font-size: 16px;
    }
}