.btn-wrap {
	display: flex;
	justify-content: space-between;
	button {
		height: 50px;
		background-color: red;
	}
}
