.site-footer {
    flex-shrink: 0;
    margin-top: 0;
    padding: 42px 0;
    background: #202124;
    color: #fff;
}

.site-footer__container {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) 1fr 1fr;
    gap: 32px;
}

.site-footer h2,
.site-footer h3 {
    margin: 0 0 12px;
}

.site-footer h2 {
    font-size: 26px;
}

.site-footer h3 {
    font-size: 18px;
}

.site-footer p {
    margin: 7px 0;
    color: rgba(255, 255, 255, 0.75);
}

.site-footer strong {
    color: #fff;
}

.site-footer a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.site-footer a:hover {
    color: #ffb4b2;
    border-bottom-color: #ffb4b2;
}

.site-footer__note {
    margin-top: 12px;
    font-size: 14px;
}