.offcanvas-welcome > .offcanvas-header {
	position: absolute;
    top: 32px;
    right: 32px;
    padding: 0;
    border: 0;
}

.offcanvas-welcome > .offcanvas-body {
	--bs-gutter-x: 4rem;

	width: 71.25rem;
	max-width: 100%;
	padding-top: 4rem;
	padding-bottom: 4rem;
	display: flex;
	flex-direction: column;
}

.offcanvas-welcome .row {
	--bs-gutter-x: 10rem;
	--bs-gutter-y: 2rem;
}

@media (min-width: 75rem) {
	.offcanvas-welcome > .offcanvas-header .btn-close {
		display: none;
	}
}