.full_1col {
    padding: 0;
}

.full_1col .container-fluid {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), var(--bg) no-repeat center/cover;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), var(--bg) no-repeat center/cover;
    color: #fff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    position: relative;
}

.full_1col .fixed {
    background-attachment: fixed;
}

.full_1col .content {
    padding: 48px 0;
    position: relative;
    z-index: 2;
}

.full_1col .content h2,
.full_1col .content h3 {
    color: #fff;
}

.full_1col .full_c {
    margin: 0 auto;
    max-width: 824px;
    text-align: center;
}

@media (min-width: 992px) {
    .full_1col .container-fluid {
        min-height: 500px;
    }

    .full_1col .full_g {
        width: 50%;
    }

    .full_1col .full_d {
        margin-left: auto;
        width: 50%;
    }
}