.booking-gipeda {
    margin: 1em 0;
    display: flex;
    gap: 1em;
    flex-direction: column;
	align-items: center;
}
@media screen and (min-width: 40em) {
	.booking-gipeda {
		flex-direction: row;
	}
}
.booking-gipedo {
    border: 2px solid black;
}
.booking-gipedo img {
    display: block;
	width: 100%;
}