.controls {
    margin-top: 2.4rem;

    display: flex;
    justify-content: space-between;

    :last-child {
        margin-left: auto;
    }
}