#new-footer {
    padding: 40px 0;
}

#new-footer .copy {
    padding: 12px 0;
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: center;
    opacity: 0.6;
}

#new-footer .logo2 {
    max-width: 200px;
    margin: 0 20px;
}

#new-footer .title {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 214.286% */
    letter-spacing: -0.5px;
    margin-bottom: 16px;
}

#new-footer .item {
    display: flex;
    gap: 12px;
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
}

#new-footer .item a {
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
    #new-footer .logo2 {
        width: 100% !important;
        margin: 0 20px;
    }
}
