.site_logo {
    padding: 23.8% 0;
}

.custom_slide_height .owl-carousel .owl-stage-outer {
    max-height: 850px;
}

.custom_slide_height .gallery-block .owl-nav {
    display: none;
}

.custom_cell .cell_1_4 {
    min-width: 25%;
    max-width: 25%;
}

.custom_cell .cell_3_4 {
    min-width: 75%;
    max-width: 75%;
}

.lp_costomheadings {
    margin-top: 60px;
}

.lp_costomheadings h3 p {
    font-size: 5vw;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #a0bbc2;
}

.lp_costomheadings h2 p {
    font-size: 2.7vw;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    color: #a0bbc2;
    width: 90%;
}

.lp_costomheadings .description_content {
    position: relative;
    padding-top: 30px;
    margin-top: 40px;
}

.lp_costomheadings .description_content p {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #a0bbc2;
}

.lp_costomheadings .description_content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    border-top: 4px solid #ffe17e;
}

.landing_page {
    padding: 0 180px;
}

@media(max-width: 991px) {
    .landing_page {
        padding: 0 60px;
    }
    .site_logo {
        padding: 31% 0;
    }
}

@media(max-width: 767px) {
    .landing_page {
        padding: 0 40px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .landing_page .cell_2_4 {
        min-width: 80%;
        max-width: 80%;
    }
    .lp_costomheadings h3 p {
        font-size: 8vw;
    }

    .lp_costomheadings h2 p,
    h2.form_heading {
        font-size: 4.7vw;
    }

}

@media(max-width: 480px) {
    .lp_costomheadings h3 p {
        font-size: 34px;
    }

    .lp_costomheadings h2 p,
    h2.form_heading {
        font-size: 21px;
    }
    .landing_page {
        padding: 0 00px;
        flex-direction: column;
    }
    .landing_page .cell_1_4,
    .landing_page .cell_2_4 {
        margin: 0 auto;
    }
    .landing_page .cell_2_4 {
        min-width: 80%;
        max-width: 80%;
    }
}