.welcome {
	position: relative;
}
.welcome .image-left {
	flex-direction: row;
}
.welcome .image-right {
	flex-direction: row-reverse;
}
.welcome .flex {
	position: relative;
}
.welcome .flex .image-two {
	position: absolute;
	height: 460px;
	left: 0;
	right: 0;
	width: 324px;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.welcome .right {
	width: 50%;
	height: 612px;
	display: table;
	padding: 0 175px 0 101px;
	background: linear-gradient(190deg, rgb(234 231 222 / 46%) 0%, rgb(245 243 239 / 47%) 50%, rgb(255 255 255 / 45%) 100%);
	position: relative;
}
.welcome .right p {
	margin: 0 0 30px;
	font-size: 20px;
	line-height: 29px;
	font-weight: 200;
}
.welcome .right a button {
	background: linear-gradient(90deg, rgba(150, 188, 144, 1) 0%, rgba(242, 221, 131, 1) 31%, rgba(226, 208, 186, 1) 77%, rgba(244, 130, 106, 1) 100%);
    max-width: 195px;
    border: 1px solid #000;
    font-family: 'termina';
    text-transform: uppercase;
    border-radius: 28px;
    font-size: 12px;
    width: 206px;
    height: 48px;
    margin: 0;
    padding: 3px 0 0;
    font-weight: 500;
    letter-spacing: .05rem;
    transition: transform 0.5s ease-in-out, background 0.5s ease-in-out;
}
.welcome .right a {
	text-decoration:none;
}
.welcome .right h2 {
	margin: -51px 0 39px;
	letter-spacing: 0rem;
	font-size: 46px;
	position: relative;
	line-height: 1;
}
.welcome .right h2:before{
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: #F2DD83;
	position: absolute;
	top: -2px;
	left: 60px;
	filter: drop-shadow(0 0 39px #F2DD83);
	border-radius: 50%;
	box-shadow: 0 0px 59px 41px #F2DD83;
	z-index: -1;
}
.welcome:after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: #F2DD83;
	position: absolute;
	bottom: 155px;
	left: 0;
	right: 0;
	margin: auto;
	filter: drop-shadow(0 0 45px #F2DD83);
	border-radius: 50%;
	box-shadow: 3px -28px 231px 134px rgb(242 221 131 / 61%);
	z-index: 0;
}
.welcome .left {
	width: 50%;
	height: 612px;
	object-fit: cover;
	object-position: center;
}
.welcome {
	border-bottom:1px solid black;
}
@media all and (max-width:1280px) {
	.welcome .right {
		padding: 0 175px 0 18px;
	}
}
@media all and (max-width:1080px) {
	.welcome .flex .image-two {
		height: 300px;
		width: 200px;
	}
	.welcome .right {
		padding: 0 9% 0 18px;
	}
}
@media all and (max-width:885px) {
	.welcome .flex {
		position: relative;
		flex-direction: column;
	}
	.welcome .left {
		width: 100%;
		height: 612px;
		object-fit: cover;
		object-position: top center;
	}
	.welcome .right {
		padding: 118px 50px 50px;
		width: 100%;
		height: auto;
	}
	.welcome .flex .image-two {
		height: 300px;
		width: 200px;
		right: 5%;
		left: inherit;
		top: 223px;
	}
	.welcome:after {
		display: none;
	}
	.welcome .right p {
		margin:0;
	}
}
@media all and (max-width:768px) {
	.welcome .right {
		padding: 118px 25px 30px;
		width: 100%;
		height: auto;
	}
}
@media all and (max-width:640px) {
	.welcome .flex .image-two {
		right: 3%;
	}
	.welcome .right h2 {
		width: 65%;
	}
}
@media all and (max-width:550px) {
	.welcome .left {
		width: 100%;
		height: 440px;
		object-fit: cover;
		object-position: top center;
	}
	.welcome .flex .image-two {
		right: 3%;
		margin: 0;
		top: 277px;
		height: 260px;
		width: 180px;
	}
	.welcome .right {
		padding: 80px 25px 30px;
		width: 100%;
		height: auto;
	}
	.welcome .right h2 {
		width: 65%;
		margin-bottom: 15px;
		font-size: 40px;
	}
}
@media all and (max-width:480px) {
	.welcome .flex .image-two {
		right: 0%;
		margin: 0;
		top: 277px;
		height: 236px;
		width: 159px;
		object-fit: cover;
	}
}