.page_separator {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 84px 0;
}

.page_separator .bird {
    width: 70px;
    height: 72px;
}

@media (max-width: 600px) {
    .page_separator {
        flex-direction: column;
    }

    .page_separator .button {
        width: 100%;
    }

    .page_separator .bird {
        margin: 60px auto;
    }
}