#front-page {
    margin-top: 24px;
    margin-bottom: 96px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

@media screen and (max-width: 1023px) {
    #front-page {
        margin-top: 0;
    }
}