.footer {
    background-color: #101828;
    padding-top: 64px;
    padding-bottom: 48px;
}

.columns {
    display: flex;
    flex-wrap: wrap;
}

.col {
    padding: 10px;
    box-sizing: border-box;
}

.col-50 {
    flex: 50%;
}

.col-30 {
    flex: 30%;
}

.col-15 {
    flex: 15%;
}

.col-20 {
    flex: 20%;
}


@media (max-width: 768px) {

    .col-30,
    .col-15,
    .col-20 {
        flex-basis: 100%;
    }
}

.footer-main {
    margin-bottom: 16px;

    color: #98A2B3;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.footer-link {
    margin-bottom: 12px;
    text-decoration: none;
    color: #EAECF0;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.logo-info {
    /*margin-top: 5px;*/

    color: #EAECF0;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.footer-btm {
    color: #98A2B3;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}