.section1 {
    background-color: #f6e519;
    background-blend-mode: multiply;
    overflow: visible !important;
    z-index: 1;
}

/***************************** SECTION 1 **************************************/

.section1 .row1 {
    overflow: visible;
}

.section1 .heading1 {
    color: #fff;
    /*font-family: 'Uni Neue' !important;*/
    font-weight: 300;
    font-size: 3.8em;
}

.section1 .row1 .column2 {
    z-index: 0;
    transform: translateY(30%);
}


/***************************** SECTION 2 **************************************/

.section2 {
    overflow: visible;
}

.section2 .column1 {
    width: 5%;
}

.section2 .column2 {
    width: 57%;
    padding-left: 3vw;
}

.section2 .column3 {
    width: 32%;
}

.section2 .column1 .vc_column-inner {
    padding: 0;
}

.section2 .column3 {
    padding-left: 1.5vw;
}

.section2 .heading1 {
    /*font-family: 'Uni Neue' !important;*/
    font-size: 2.5em;
    color: #b92025;
    margin-bottom: 0;
}

.section2 .buyton1 a {
    padding: 8px 33px;
    color: #b92025;
    border: 1px solid #b92025;
    transition: all 0.5s;
}

.section2 .button1 {

}

.section2 .button1 a {
    padding: 8px 33px;
    color: #b92025;
    border: 1px solid #b92025;
    transition: all 0.5s;
}

.section2 .button1 a:hover {
    background-color: #b92025;
    color: #fff;
}

.section2 .title {
    /*font-family: 'Uni Neue' !important;*/
    font-weight: 600;
    font-size: 1.1em;
    color: #b92025;
    position: absolute;
    left: -110px;
    width: 400px;
    transform: rotate(-90deg);
}

.section2 .title:before {
    content: "";
    position: absolute;
    left: 150px;
    top: 50%;
    width: 0;
    height: 1px;
    background-color: #b92025;
    transition: all 0.5s ease-in-out;
    transform: translateY(-50%);
    transition-delay: 0.5s;
}

.section2.inview .title:before {
    width: 100px;
}


@media (max-wixth: 1600px) {
    .section2:before {
        width: 62vw;
    }
}


@media (max-width: 768px) {

}

@media (min-width: 768px) {
    .section2 {
        margin-top: 100px;
    }

    .section2:before {
        content: "";
        width: 60.7vw;
        height: 100vh;
        height: 100%;
        background-color: #F2F2F2;
        position: absolute;
        left: 0;
        top: 0;
        display: block !important;
    }
}

@media (max-width: 1440px) {
    .section2 .wpb_single_image img {
        width: 100vw;
        height: 50vw;
        object-fit: cover;
    }

    .section2 .column3 {
        padding-left: 2.5vw;
    }
}

@media (max-width: 1360px) {
    .section2 .column2 {
        padding-left: 5vw;
    }
}

@media (max-width: 1280px) {
    .section2 .wpb_single_image img {
        width: 100vw;
        height: 65vw;
        object-fit: cover;
    }

    .section2:before {
        width: 60.8vw;
    }

}

@media (max-width: 1140px) {
    .section2 .wpb_single_image img {
        width: 100vw;
        height: 78vw;
        object-fit: cover;
    }

    .section2 .column2 {
        padding-left: 5vw;
    }
}

@media (max-width: 1024px) {
    .section2 .column1 {
        display: none !important
    }

    .section2 .column3 {
        padding-left: 8.5vw;
        width: 43%;
    }

}

@media (max-width: 960px) {
    .section2 .wpb_single_image img {
        height: 92vw;
    }

    .section2 .column2 {
        padding-left: 1vw;
    }

    .section2 .column3 {
        padding-left: 1vw;
    }

    .section2:before {
        width: 54.8vw;
    }

}

@media (max-width: 767px) {
    .section2 .column2 {
        padding-left: 0;
        width: 100%;
    }

    .section2 .column3 {
        padding-left: 0;
        width: 100%;
    }

    .woodmart-prefooter {
        padding-bottom: 0 !important;
    }

    .section1 .heading1 {
        margin-top: 20px;
    }

    .section2 {
        flex-direction: column-reverse;
    }
}
