/*---------------------------
    Request Form Quote
---------------------------*/

.request-page-form-wrap {
    background-color: var(--main-color-two);
    position: relative;
    z-index: 2;
    &.style-01 {
        background-color: $white;
        .section-title {
            padding: 30px 0 20px;
            background-color: var(--main-color-two);
            .title {
                color: $white;
                margin-bottom: 0;
            }
            p {
                color: $white;
            }
        }
    }
    .section-title {
        padding: 25px 0 20px;
        text-align: center;
        &.bg-image {
            background-size: cover;
            background-repeat: no-repeat;
        }
        .title {
            font-size: 24px;
            font-weight: 800;
            line-height: 34px;
            margin-bottom: 0;
            color: #111;
        }
    }
}