    .flex-btns {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    }
    .right-btn {
    justify-content: flex-end;
    }
    @media (max-width: 480px) {
    .flex-btns .button {
        min-width: 10rem !important;
    }
    }
