.page-container {
    background-image: none;
    padding-bottom: 0;
}

.fast-body {
    position: relative;
}

.body-bg {
    position: absolute;
    top: -6px;
    right: 0;
}

.body-bg-overlay {
    position: absolute;
    top: -6px;
    left: 0;
    z-index: 1;
}

.sec {
    position: relative;
    z-index: 1;
}

.fast-headline {
    font-weight: 800;
    font-size: 25px;
    line-height: 30px;
}

.fast-headline.orange {
    color: #E37200;
}

.fast-headline.grey {
    color: #838383;
    margin-top: 20px;
}

.sec-inner {
    max-width: 1300px;
    margin: auto;
    padding-top: 50px;
    padding: 30px 25px 0 25px;
}

.sec p {
    color: #000;
    font-weight: 500;
    margin-bottom: 25px;
}

.fast-content {
    margin-top: 25px;
}

.spacer {
    height: 3px;
    background: #E37200;
    width: 250px;
    margin-top: 33px;
}

span.bold-black {
    font-weight: 800;
}

.body-img {
    max-width: max-content;
    width: 90%;
}

.sec .btns {
    margin-top: 40px;
    margin-bottom: 25px;
}

.sec .btn {
    margin-bottom: 10px;
    width: 295px;
}

@media (min-width: 768px) {
    .sec-inner {
        padding: 30px 50px 0 50px;
    }

    .fast-headline {
        font-size: 30px;
        line-height: 33px;
    }

    .sec .btn {
        display: inline-block;
    }

    .sec .btn.one {
        margin-right: 10px;
    }
}

@media (min-width: 1300px) {
    .body-bg-overlay {
        height: 102%;
    }

    .body-bg {
        height: 102%;
    }
}





