#footer {
    padding: 60px 0px;
    background-color: #000;
}

#footer #footer-logo {
    width: 200px;
}

#footer .termos {
    color: #0f2137;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 14px;
    gap: 8px;
}

#footer .termos a {
    color: #0f2137;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#footer #copyright {
    color: #0f2137;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 40px;
}

#footer .caption {
    color: #0f2137;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 166.667% */
    letter-spacing: -0.5px;
}

#footer .contacts-info {
    margin-top: 20px;
    color: #02073e;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}
