.landing_container {
    padding: 77px 0 200px;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    min-height: 100vh;
}

.landing_container .section_container section {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.landing_container .section_container {
    max-width: 100%;
    margin: 0 auto;
}

.landing_container .section_container section.landing img {
    max-width: 1400px;
}

.landing_container .section_container section.landing img {
    box-sizing: border-box;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    max-width: none;
    width: calc(100% + 4px);
    margin-left: -2px;
}

.landing_container .section_container section.landing {
    display: flex;
    justify-content: center;
    align-items: center;
}

.landing_container .section_container section.landing2 {
}

.landing_container .section_container section.landing3 {
    background: #f7faf9;
}

.landing_container section.section.landing_sec_btn a,
.landing_container section.section .btn_wrap a {
    font-size: 24px;
    font-weight: bold;
    padding: 17px 59px;
}

.landing_container .section_container section.landing2 .btn_wrap a {
    margin-top: -20px;
    margin-bottom: 77px;
}

.landing_container.ac_landing .section_container section.landing1{
    background: #222d26;
}
.landing_container.ac_landing .section_container section.landing2{
    background: #fff;
}
.landing_container.ac_landing .section_container section.landing3{
    background: #0e0e0e;
}
.landing_container.ac_landing .section_container section.landing4{
    background: #fff;
}


.landing_container.ia_landing .section_container section.landing1{
    background: #222d26;
}

.landing_container.ie_landing .section_container section.landing1{
    background: #222d26;
}

@media screen and (max-width:767px) {
    .landing_container .section_container section.landing img {
        max-width: 1200px;
        width: 100%;
        padding: 0px;
    }
    .landing_container section.section.landing_sec_btn a,
    .landing_container section.section .btn_wrap a {
        font-size: 16px;
        padding: 13px 59px;
        margin-top: 30px;
    }
    .landing_container .section_container section.landing2 .btn_wrap a {
        margin-top: 0;
        margin-bottom: 50px;
    }
}

