.catalysis-footer {
    background-image: url(../../images/bg-footer.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    height: 494px;
    display: flex;
    align-items: center;
}

.catalysis-footer .logo {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    line-height: 57.6px; /* 115.2% */
    font-family: var(--font-Marcellus);
}

.catalysis-footer .mail {
    display: inline-block;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    line-height: 39px; /* 156% */
    margin-top: 24px;
}

.catalysis-footer .mt-2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 60px; /* 200% */
    font-family: var(--font-Marcellus);
}

.copyright {
    background: #212540;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    height: 60px;
    display: flex;
    align-items: center;
}

.social-ft {
    margin-top: 33px;
    display: flex;
    gap: 21px;
    align-items: center;
}

.term-policy {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    gap: 10px;
}

.term-policy a {
    color: #ffffff;
}

.term-policy a:hover {
    text-decoration: underline;
}

.menu-ft {
    display: flex;
    justify-content: end;
}

.menu-ft .menu-main-menu-container a {
    display: inline-block;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    line-height: 39px;
}

.menu-ft .menu-main-menu-container a:hover {
    text-decoration: underline;
}

#home-contact {
    color: #ffffff;
    display: flex;
    align-items: center;
    min-height: 573px;
    padding: 27px 30px;
    background: #212540;
    margin: 70px 0;
}

#home-contact > div {
    width: 100%;
    margin: auto;
    max-width: 794px;
}

#home-contact .tt {
    font-family: var(--font-Marcellus);
    font-size: 40px;
    line-height: 128.182%; /* 51.273px */
    text-transform: capitalize;
}

.contact-catalysis .two {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 13px;
}

.contact-catalysis .two > div {
    margin-top: 10px;
    width: calc(50% - 10px);
}

.contact-catalysis .one p,
.contact-catalysis .two p {
    margin: 0 0 17px;
    font-weight: 600;
    line-height: 150%; /* 30px */
    text-transform: capitalize;
}

.wpcf7-textarea,
.wpcf7-text {
    width: 100%;
    height: 60px;
    border: 1px solid #d3d3d3;
    background: #fff;
    outline: none;
    padding: 0 20px;
    color: #767676;
    font-size: 18px;
}

.wpcf7-textarea {
    height: 150px;
    padding-top: 31px;
    padding-bottom: 31px;
}

.wpcf7-submit {
    margin-top: 7px;
    box-shadow: none;
    outline: none;
    border: none;
    background: #fff;
    border: 2px solid #ffffff;
    padding: 14px 31px 14px 32px;
    color: #262626;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}

.wpcf7-submit:hover {
    background: #262626;
    color: #fff;
}

.wpcf7-textarea::-webkit-input-placeholder,
.wpcf7-text::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #767676;
}
.wpcf7-textarea::-moz-placeholder,
.wpcf7-text::-moz-placeholder {
    /* Firefox 19+ */
    color: #767676;
}
.wpcf7-textarea:-ms-input-placeholder,
.wpcf7-text:-ms-input-placeholder {
    /* IE 10+ */
    color: #767676;
}
.wpcf7-textarea:-moz-placeholder,
.wpcf7-text:-moz-placeholder {
    /* Firefox 18- */
    color: #767676;
}

@media (max-width: 768px) {
    .term-policy {
        margin-top: 5px;
        justify-content: center;
    }
    .menu-ft .menu-main-menu-container {
        background-color: transparent;
        position: relative;
        display: block;
        top: 0;
        padding: 0;
    }
    .menu-ft .menu-main-menu-container .menu-main {
        margin: 30px 0 0;
        display: flex;
        justify-content: center;
        gap: 10px;
    }
    .menu-ft .menu-main-menu-container a {
        font-size: 14px;
        line-height: 28px;
    }
    #home-contact {
        padding: 50px 40px;
        margin: 30px 0 50px;
        min-height: inherit;
    }
    #home-contact .tt {
        font-size: 27.101px;
        line-height: 128.182%;
    }
    .contact-catalysis .two > div {
        width: 100%;
    }

    .contact-catalysis .one p,
    .contact-catalysis .two p {
        font-size: 13.55px;
        margin-bottom: 12px;
    }
    .wpcf7-textarea,
    .wpcf7-text {
        font-size: 12.195px;
        height: 40px;
        padding: 0 20px;
    }
    .wpcf7-textarea {
        height: 102px;
    }
    .wpcf7-submit {
        font-size: 9.485px;
        padding: 10.84px 0px 10.713px 0px;
        width: 117px;
        text-align: center;
        border-width: 1px;
    }
}
