.welcome-module {
	padding: 100px 0 0;
	position: relative;
}

.welcome-module::after,
.welcome__footer::after {
	background-color: #e5ded1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	content: "";
	position: absolute;
	z-index: -1;
}

.welcome__footer {
	background-color: #e5ded1;
    padding: 50px 25px;
	position: relative;
}

.welcome__footer::after {
	top: -60px;
	height: 60px;
}

.welcome__title-wrap {
	margin-bottom: 60px;
}

.welcome__title h2 {
	line-height: 80px;
}

.welcome__title-wrap .tag {
	text-transform: uppercase;
	font-weight: 800;
	color: #df5400;
	margin-top: 34px;
}

.welcome-module__foot-title-wrap {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	gap: 20px 60px;
}

.welcome-module__foot-title-wrap .tag {
	text-transform: uppercase;
	font-weight: 800;
	color: #df5400;
	margin-top: 34px;
}


.welcome-link {
	display: inline-block;
	margin-bottom: 50px;
	width: fit-content;
}

.welcome__image {
	border-radius: 10px;
}

.welcome__top-image-wrap {
	
}

.welcome__top-image {
	width: 500px;
	max-width: 100%;
	margin: 0 auto 50px;
}

.welcome-module__content {

}

@media (min-width: 992px) {
	.welcome-link {
		margin-left: 50px;
	}

	.welcome__top-image {
		margin-bottom: 70px;
	}

	.second-col {
		padding-bottom: 100px;
	}
}