header {
    background-image: url(images/bg-header-desktop.png);
    background-position: center center;
    padding-top: 8rem;
}

.size-wrapper {
    max-width: 50rem;
    margin: auto;
}

.intro__download,
.ending__download {
    flex-direction: row;
    justify-content: center;
}

article>a {
    padding: 1rem 2.5rem;
}

.track__wrapper {
    display: flex;
    gap: 9rem;
}

.track__figure {
    margin-left: -3rem;

}

.track__wrapper__description {
    text-align: left;
    max-width: 25rem;
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding-bottom: 9rem;
}

.track__wrapper__description h3 {
    margin: 0;
}

.workflow__blacklists__container {
    flex-direction: row;
    justify-content: space-evenly;
    gap: 0;
}

.workflow__blacklists,
.workflow__snippets,
.workflow__preview {
    max-width: 22.5rem;
}

.sponsors {
    flex-direction: row;
    justify-content: center;
    gap: 10rem;
}

footer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 3rem;
    padding: 3rem;
}

.footer__logo {
    flex: 1;
}

.footer__logo img {
    max-width: 25%;
}

.footer__links {
    justify-content: flex-start;
    flex-flow: column wrap;
    height: 4rem;
    width: fit-content;
    text-align: left;
    row-gap: 1rem;
    column-gap: 1rem;
    flex: 2;
    margin: 0;
}

.footer__social {
    flex: 2;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 0;
    margin: 0;
}