footer .button-text {
    border: 2px solid var(--primary-color);
    display: block;
    border-radius: 10px;
    padding: 11.4px 35px;
    background-color: #fff;
    text-align: center;
    color: #000;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 600;
}

footer .button-text strong {
    color: var(--primary-color);
    font-size: 25px;
}

.wrap-btn {
    gap: 30px !important;
    row-gap: 10px !important;
    margin-bottom: -50px;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
}

footer .ux-lottie {
    margin-bottom: -50px;
}

.footer-main {
    background: linear-gradient(180deg, #E6E6E6 0%, #FFFFFF 100%);
    max-width: 1720px;
    margin: 0 auto;
    border-radius: 60px;
    padding-top: 110px !important;
}

.absolute-footer {
    display: none;
}

.footer-title-main * {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

.footer-title-main {
    font-size: 32px;
    margin-bottom: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-title * {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

.footer-title {
    font-size: 20px;
    margin-bottom: 19px;
    font-weight: bold;
}

.ux-menu+.footer-title {
    margin-top: 20px;
}

footer p {
    margin-bottom: 16px;
}

footer .ux-menu-link__link i {
    color: var(--primary-color);
}

footer .ux-menu {
    max-width: 479px;
}

footer .ux-menu a {
    color: var(--color-gray);
    line-height: 1.5;
    padding: 0;
    min-height: unset;
    margin-bottom: 16px;
}

footer .ux-menu .bold a {
    font-weight: bold;
}

footer .ux-menu .underline a .ux-menu-link__text {
    text-decoration: underline;
}

footer .ux-menu a:hover {
    color: var(--primary-color) !important;
}

footer .social-icons {
    margin-top: 40px;
}

footer .social-icons a.icon:not(.button) {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    border: 1px solid #BDBDBD;
    color: var(--primary-color);
    font-size: 16px;
    margin: 0;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
}

.logo-bct {
    max-width: 167px;
    margin-top: 24px;
}

@media screen and (max-width: 1200px) {
    footer .button-text {
        /* font-size: 16px; */
    }

    footer .button-text strong {
        /* font-size: 22px; */
    }

    .wrap-btn {
        gap: 15px !important;
        margin-bottom: -161px;
        flex-direction: column;
    }

    .footer-title-main {
        font-size: 25px;
    }

    .footer-title {
        font-size: 16px;
        margin-bottom: 16px;
        font-weight: bold;
    }
}

@media screen and (max-width: 850px) {
    footer .button-text {
        /* font-size: 14px; */
        padding: 12px 19px 10px;
    }

    footer .button-text strong {
        /* font-size: 18px; */
    }

    .footer-main {
        padding-top: 195px !important;
        border-radius: 0;
        background: linear-gradient(180deg, #FFE8E8 0%, #FFFFFF 100%);
        max-width: calc(100% - 30px);
        margin: 0 auto;
        border-radius: 20px 20px 0 0;
        padding-left: 6px;
        padding-right: 6px;
    }

    footer .social-icons,
    .logo-bct {
        margin-top: 10px;
    }

    .footer-title-main {
        font-size: 20px;
        line-height: 30px;
    }
}