section.section.contact_sec_1 {
    padding: 10.677rem 0;
    background: #000;
}

section.section.contact_sec_1 .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

section.section.contact_sec_1 .wrap .content {
    color: white;
    font-size: 1.25rem;
    margin-bottom: 2.34375rem;
}

section.section.contact_sec_1 .wrap .left {
    width: 33.177rem;
}

section.section.contact_sec_1 .wrap .bottom {
    width: 100%;
    margin-top: 3.385rem;
    border: 3px solid #f93d01;
    border-radius: 15px;
    overflow: hidden;
}

section.section.contact_sec_1 .wrap h1.heading_title {
    color: white;
    margin: 0;
    font-size: 7.8125rem;
    line-height: 1.3;
}

section.section.contact_sec_1 .wrap .left .wrap_title {
    margin: 0;
}

section.section.contact_sec_1 .wrap .right {width: 500px;}

.contact_sec_2 .wrap {
    display: flex;
    justify-content: space-between;
}

section.section.contact_sec_1 .wrap .bottom img {
    display: block;
    border-radius: 0.521rem;
}

.contact_sec_2 .wrap img {
    display: block;
}

.contact_sec_2 {
    padding: 7.8125rem 0;
}

.contact_sec_2 .right {
    width: 60%;
    position: relative;
}

.contact_sec_2 .left {
    width: 28%;
    position: relative;
}
section.section.contact_sec_1 .inner_title ul.icon_title li.left {
    right: -21%;
    left: unset;
    bottom: 62%;
}

section.section.contact_sec_1 .inner_title ul.icon_title li.left img {
    width: 8.958rem;
    height: 8.958rem;
}

section.section.contact_sec_1 .inner_title ul.icon_title li.left img.icon_inner {
    width: 5.208rem;
    height: 5.208rem;
}

.contact_sec_2 .right .icon_left,.contact_sec_2 .right .icon_right {
    position: absolute;
    bottom: 0;
    left: 9%;
}

.contact_sec_2 .right .icon_left svg,.contact_sec_2 .right .icon_right svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5.208rem;
    height: 5.208rem;
    transform: translate(-50%, -50%);
}

.contact_sec_2 .right .icon_right {
    bottom: unset;
    left: unset;
    right: 0;
}

.contact_sec_2 .right .icon_right svg {
    width: 6.771rem;
    height: 6.771rem;
}
.contact_sec_2 .left .arrow svg {
    width: 5.99rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact_sec_2 .left .arrow {
    position: absolute;
    bottom: 36%;
    right: 0;
}
@media only screen and (max-width: 767px) {
    section.section.contact_sec_1 {
        padding-top: 20rem;
    }

    section.section.contact_sec_1 .wrap .left {
        width: 100%;
        margin-bottom: 14rem;
    }

    section.section.contact_sec_1 .wrap .content {
        font-size: 3rem;
        margin-bottom: 4rem;
    }

    section.section.contact_sec_1 .inner_title ul.icon_title li.left img {
        width: 28rem;
        height: auto;
    }

    section.section.contact_sec_1 .inner_title ul.icon_title li.left img.icon_inner {
        width: 14rem;
        height: auto;
    }

    section.section.contact_sec_1 .wrap .right {
        width: 100%;
        margin-bottom: 11rem;
    }

    .contact_sec_2 .wrap {
        flex-wrap: wrap;
    }

    .contact_sec_2 .wrap>* {
        width: 100%;
    }

    .contact_sec_2 .right .icon_left svg, .contact_sec_2 .right .icon_right svg {
        width: 10.208rem;
        height: auto;
    }

    .contact_sec_2 .left {
        margin-bottom: 10rem;
    }

    .contact_sec_2 .left .arrow {
        bottom: -3rem;
        right: 50%;
        transform: rotate(90deg) translateX(50%);
    }

    .contact_sec_2 .left .arrow svg {
        width: 12.99rem;
    }

    section.section.contact_sec_1 .inner_title ul.icon_title li.left {
        right: -27%;
        left: unset;
        bottom: -90%;
    }
}