.page-large {
    padding-bottom: 210px;
}


.products {
    background-color: #FAFAFA;
    margin-top: -70px;
}
.products .top-row {
    position: relative;
    top: -260px;
}
.products .top-row .image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-bottom: 20px;
    mix-blend-mode: multiply;
}
.products .top-row  .description {
    font-family: var(--roboto);
    font-size: var(--fs15);
    color: var(--medium-black);
    line-height: var(--fs28);
    width: 60%;
    margin: auto;
    text-align: center;
}
.products .bottom-row {
    margin-top: -170px;
}
.products .single-product {
    padding-bottom: 100px;
}
.products .single-product .left {
    width: 50%;
    padding: 0;
    height: 450px;
}
.products .single-product .right {
    width: 50%;
    height: 450px;
    padding: 0;
}
.products .single-product .image {
    width: 100%;
    height: 100%;
    object-fit: initial;
    background: #fff;
}
.products .single-product .title {
    font-family: var(--roboto);
    font-size: var(--fs30);
    color: var(--white);
    font-weight: var(--fwsb);
    background-color: #147CBF;
    height: 80px;
    display: inline-block;
    padding: 20px 40px;
    line-height: var(--fs35);
}
.products .single-product .description {
    font-family: var(--roboto);
    font-size: var(--fs15);
    color: var(--white);
    line-height: var(--fs28);
}
.products .single-product.odd .right {
    background-color: #147CBF;
    padding: 0 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.products .single-product.even .left {
    background-color: var(--blue);
    padding: 0 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.products .single-product.odd .left .title {
    position: absolute;
    right: 0;
    bottom: 0;
}
.products .single-product.even .right .title {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--blue);
}
.products .single-product.odd .right .arrow {
    position: absolute;
    right: 0;
}
.products .single-product.even .left .arrow {
    position: absolute;
    left: 0;
    transform: rotate(180deg);
}





/* Responsive */
@media screen and (max-width: 1680px) {
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1536px) {
    .products .top-row .description {
        font-size: var(--fs14);
    }
    .products .top-row .image {
        margin-bottom: 10px;
    }
    .products .bottom-row {
        margin-top: -200px;
    }
    .products .single-product {
        padding-bottom: 70px;
    }
    .products .single-product .image {
        height: 400px;
    }
    .products .single-product .right {
        height: 400px;
    }
    .products .single-product .left {
        height: 400px;
    }
    .products .single-product .title {
        font-size: var(--fs25);
    }
    .products .single-product .description {
        font-size: var(--fs14);
    }
}

@media screen and (max-width: 1440px) {
    .page-large {
        padding-bottom: 175px;
    }

    .products {
        margin-top: -30px;
    }
    .products .top-row {
        top: -250px;
    }
    .products .top-row .image {
        height: 355px;
    }
    .products .single-product.odd .right {
        padding: 0 70px;
    }
    .products .single-product.even .left {
        padding: 0 70px;
    }
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1360px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1024px) {
    .page-large {
        padding-bottom: 140px;
    }

    .products {
        margin-top: -25px;
    }
    .products .top-row {
        top: -200px;
    }
    .products .top-row .image {
        height: 280px;
    }
    .products .top-row .description {
        width: 80%;
    }

    .products .bottom-row {
        margin-top: -150px;
    }
    .products .single-product.even .left {
        padding: 0 25px;
    }
    .products .single-product.odd .right {
        padding: 0 25px;
    }
    .products .single-product .title {
        font-size: var(--fs22);
    }
}

@media screen and (max-width: 991px) {
    .products .single-product .image {
        height: 450px;
    }
    .products .single-product .right {
        height: 450px;
    }
    .products .single-product .left {
        height: 450px;
    }
        
}

@media screen and (max-width: 850px) {
    .products {
        margin-top: -15px;
    }    
}

@media screen and (max-width: 768px) {
    .page-large {
        padding-bottom: 110px;
    }

    .products .top-row {
        top: -160px;
    }
    .products .top-row .image {
        height: 230px;
    }
    .products .bottom-row {
        margin-top: -110px;
    }
    .products .single-product .description {
        text-align: center;
    }
    .products .single-product .left {
        width: 100%;
        height: 400px;
    }
    .products .single-product .right {
        width: 100%;
        height: 400px;
    }
    .products .single-product .image {
        height: 400px;
    }
    .products .single-product.even .left {
        height: auto;
        padding: 40px 70px;
    }
    .products .single-product.odd .right {
        height: auto;
        padding: 40px 70px;
    }
    .products .single-product.even {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 428px) {
    .page-large {
        padding-bottom: 60px;
    }

    .products .top-row {
        top: -80px;
    }
    .products .top-row .image {
        height: 120px;
    }
    .products .top-row .description {
        width: 95%;
    }
    .products .bottom-row {
        margin-top: -40px;
    }
    .products .single-product {
        padding-bottom: 40px;
    }
    .products .single-product .image {
        height: 275px;
    }
    .products .single-product .title {
        font-size: var(--fs18);
        height: 50px;
        width: auto;
        padding: 20px 20px;
        display: flex;
        line-height: var(--fs28);
        justify-content: center;
        align-items: center;
    }
    .products .single-product .left {
        height: 275px;
    }
    .products .single-product .right {
        height: 275px;
    }
    .products .single-product.odd .left .title {
        bottom: 30px;
    }
    .products .single-product.even .right .title {
        bottom: 30px;
    }
    .products .single-product.odd .right {
        padding: 20px;
    }
    .products .single-product.even .left {
        padding: 20px;
    }
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 395px) {
}

@media screen and (max-width: 375px) {
    .products .single-product .title {
        font-size: var(--fs16);
    }

    .products .single-product .left {
        height: 230px;
    }
    .products .single-product .right {
        height: 230px;
    }
    .products .single-product .image {
        height: 230px;
    }
}

@media screen and (max-width: 360px) {
}

@media screen and (max-width: 320px) {
    .page-large {
        padding-bottom: 50px;
    }

    .products {
        margin-top: -10px;
    }
    .products .top-row {
        top: -65px;
    }
    .products .top-row .image {
        height: 90px;
        margin-bottom: 0px;
    }
    .products .single-product .title {
        font-size: var(--fs15);
        padding: 10px;
    }
}
/* Responsive */