.footer {
    background: #DCDCDC;
    min-height: 539px;
    padding-top: 49px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer .container {
    display: flex;
    gap: 72px;
    justify-content: space-between;
}

.footer-menu {
    min-width: 114px;
}

.footer-box-title {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.footer-box-menu {
    list-style-type: none;
}

.footer-box-menu li {
    margin-bottom: 8px;
}

.footer-box-menu a {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.footer-box-content a,
.footer-box-content p,
.footer-box-content {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.footer-box-content p {
    margin-bottom: 8px;
}

.footer-box-content strong {
    font-weight: 500;
}

.footer-box-social {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 16px;
}

.footer-box-social a img {
    width: 28px;
    height: 28px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.footer-infor {
    width: 281px;
    flex-shrink: 0;
}

.footer-logo {
    display: flex;
    justify-content: end;
    margin-bottom: 40px;
}

.footer-infor-input label {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
}

.footer-infor-input input {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
    padding: 16px 20px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 100px;
    border: 1px solid #6C6C6C;
    background: #FFF;
    color: #6C6C6C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-infor .btn-1 {
    margin-left: auto;
}

.footer-site {
    width: 100%;
    flex-direction: column;
    margin-top: auto;
    justify-content: unset !important;
    gap: 0 !important;
}

.footer-line {
    opacity: 0.2;
    background: #FFF;
    width: 100%;
    height: 1px;
    margin-top: 16px;
}

.footer-copy {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    width: 100%;
    text-align: center;
    padding-top: 23px;
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    .footer .container:first-child {
        flex-direction: column;
    }

    .footer .container {
        padding: 0 16px;
        gap: 30px;
    }

    .footer-infor {
        width: auto;
    }

    .footer-logo {
        justify-content: center;
    }

    .footer-infor .btn-1 {
        margin: 0 auto;
    }
}