.footer {
    background: #000;
    color: #fff;
}

.footer_main {
    padding: 120px 0 106px;
    box-sizing: border-box;
}

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

.footer_main_left {
    width: 50%;
    padding-right: 40px;
}

.footer_left_title {
    color: #FFF;
    font-family: DM-Serif, serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px; /* 100% */
    margin: 0 0 44px;
    max-width: 470px;
}

.footer_left_button {
    border-radius: 50px;
    background: #DBECB6;
    padding: 10px 32px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.footer_left_button img {
    margin-left: 20px;
    width: 40px;
    height: auto;
}

.footer_main_right {
    width: 50%;
    max-width: 400px;
}

.footer_right_title {
    color: #FFF;
    font-family: Sans-500, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px; /* 116.667% */
    margin: 0 0 30px;
}

.zoho_form {
    margin: 0 0 64px;
}

.zf-templateWrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.zf-labelName {
    width: 100%;
    position: relative;
}

.zf-labelName input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    padding: 12px 0;
    outline: none;
    color: #fff;
}

.zf-tempContDiv p {
    margin: 4px 0;
    font-family: Sans-400, sans-serif;
}

.zf-clearBoth {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    cursor: pointer;
}

.footer_right_socials {
    padding: 0;
    display: flex;
    list-style: none;
    margin: 0 -8px;
}

.social_item {
    padding: 0 8px;
    box-sizing: border-box;
}

.social_item a {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    width: 44px;
    height: 44px;
}

.social_item a svg {
    display: block;

}

.footer_copyright {
    padding: 32px 0;
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.footer_copyright_text {
    color: #FFF;
    font-family: Sans-400, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    margin: 0;
}

@media all and (max-width: 1024px) {
    .footer_main {
        padding: 68px 0 64px;
    }

    .footer_left_title {
        font-size: 48px;
        line-height: 48px; /* 100% */
        margin: 0 0 24px;
        max-width: 275px;
    }

    .footer_right_title {
        font-size: 24px;
        line-height: 28px; /* 116.667% */
        margin: 0 0 30px;
    }

    .zoho_form {
        margin: 0 0 36px;
    }
}

@media all and (max-width: 767px) {
    .footer_main_wrapper {
        flex-direction: column;
    }

    .footer_main_left {
        width: 100%;
        padding: 0;
        margin-bottom: 112px;
    }

    .footer_main_right {
        width: 100%;
        max-width: none;
    }
    .footer_right_title {
        max-width: 335px;
    }
}