#sign-up {
    margin-top: 84px;
}

#march-sub,
.promise-inner,
.about-inner {
    position: relative;
}

.all-button {
    z-index: 9999;
    cursor: pointer;
}

#march-sub .all-button {
    top: 0;
}

@media screen and (max-width: 567px) {
    #sign-up {
        margin-top: 53px;
    }

    #promise .all-button {
        left: 50%;
        transform: translateX(-50%);
    }

    #approved .all-button {
        top: 0;
    }
}