footer .container {
    background-color: #140521;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer .container .custom-logo {
    width: 140px;
}
footer .container .footer_middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #544F58;
    margin-bottom: 30px;
    margin-top: 30px;
}
footer .container .footer_middle p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #fff;
    width: 461px;
    max-width: 100%;
    margin: 0;
}
footer .container .footer_middle .social {
    display: flex;
    gap: 30px;
}
footer .container .footer_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .container .footer_bottom p,  
footer .container .footer_bottom a {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #fff;
    margin: 0;
}