.site-footer {
    /* margin-top: 36px; */
    background: #fff;
    border-top: 1px solid #d9d9d9;
}

.site-footer-shell {
    max-width: 1600px;
    padding: 4.6rem 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.site-footer-brand {
    flex: 0 0 auto;
}

.site-footer-brand img {
    display: block;
    width: auto;
    max-width: 124px;
    max-height: 74px;
    object-fit: contain;
}

.site-footer-content {
    flex: 1 1 auto;
    min-width: 0;
}

.site-footer-content p {
    margin: 0;
    color: #555555;
    font-size: 16px;
    line-height: 1.5;
}

.site-footer-content p+p {
    margin-top: 2px;
}

.site-footer-content p:first-child {
    color: #555555;
}

@media only screen and (min-width: 64em) {
    .site-footer-shell {
        padding: 6rem 0;
    }
}

@media (max-width: 1024px) {
    .site-footer-shell {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .site-footer-shell {
        padding: 4.6rem 0;
    }

    .site-footer-content p {
        font-size: 14px;
    }
}

.site-footer-text-strong {
    font-weight: 600;
    color: #444;
}
