.part6 {
    width: 100%;
    height: 25vh;
    display: flex;
    align-items: center;
    background: #000;
    position: relative;
    overflow: hidden;
}

.part6 .footer {
    width: 80%;
    display: flex;
    justify-content: center;
    gap: 10%;
    align-items: center;
    margin: 0 auto;
}

.footerHfwlLogo {
    width: 14%;
}

.footerName {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.footerNameTop {
    color: #FFEC94;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerNameTop a {

    color: #FFEC94;
}

.footerNameCtt,
.footerNameCtt1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2%;
    color: #FFFFFF;
    font-size: 13px;
    margin-top: 0.5%;
}

.footerNameBtn,
.footerNameBtn1,
.footerNameBtn2 {
    display: flex;
    font-size: 13px;
    color: #fff;
    opacity: 0.24;
    margin-top: 0.5%;
}

.footerNameBtn1 {
    margin-top: 0;
}


@media screen and (max-width: 768px) {
    .part6 {
        height: 290px;
    }

    .part6 .footer {
        width: 98%;
        margin: 0 auto;
        flex-direction: column;
        text-align: center;
        font-size: 9px;
    }

    .footerHfwlLogo {
        width: 30%;
    }

    .footerNameTop {
        width: 100%;
        font-size: 11px;
        margin-top: 2%;
    }

    .footerName {
        width: 100%;
    }

    .footerNameCtt,
    .footerNameCtt1 {
        width: 100%;
        font-size: 11px;
        /* margin-left: 4%; */
    }

    .footerNameBtn,
    .footerNameBtn1,
    .footerNameBtn2 {
        font-size: 10px;
        margin-top: 2%;
        justify-content: center;
    }

    .part6 .footer .bot_company {
        display: inline-block;
    }
}
