.duns-seal {
    flex: 0 0 auto;
    width: 144px;
    height: 96px;
}

.duns-seal__link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.duns-seal__link:focus-visible {
    border-radius: 4px;
    outline: 3px solid #85c446;
    outline-offset: 4px;
}

.duns-seal__layer {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: transparent;
}

.duns-seal__layer:nth-child(1) {
    z-index: 0;
}

.duns-seal__layer:nth-child(2) {
    z-index: 1;
}

.duns-seal__layer:nth-child(3) {
    z-index: 2;
}

.duns-seal__layer:nth-child(4) {
    z-index: 3;
}

.duns-seal__layer:nth-child(5) {
    z-index: 4;
}

.footer-contact-with-duns {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-contact-with-duns__links {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

@media (max-width: 575.98px) {
    .footer-contact-with-duns {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}
