.footer {

    padding: 90px 0;

    background: #0f172a;

    color: white;
}

.footer-grid {

    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 50px;
}

.footer-logo {

    font-size: 46px;

    font-weight: 900;
}

.footer-text {

    margin-top: 20px;

    color: #cbd5e1;

    line-height: 1.7;
}

.footer-title {

    font-size: 22px;

    font-weight: 800;

    margin-bottom: 25px;
}

.footer-list {

    list-style: none;
}

.footer-list li {

    margin-bottom: 14px;

    color: #cbd5e1;
}