.featured-games-wrapper {
    position: relative;
    max-width: 100%;
    padding: 20px 0;
}
.featured-games-slide {
    min-width: 100%;
    box-sizing: border-box;
	position: relative;
	margin-bottom: 50px;
}
.featured-games-slide h1 {
	text-transform: capitalize;
	font-size: clamp(2.375rem, 2.375rem + ((1vw - 0.2rem) * 3.176), 4.4rem);
}
.featured-games-slide p {
	font-size: clamp(1.039em, 1.039rem + ((1vw - 0.2em) * 0.88), 1.6em);
}
.featured-games-slide-inner {
    display: flex;
    gap: 40px;
    align-items: flex-start;
	max-width: 80%;
    margin-left: auto !important;
    margin-right: auto !important;
}
.featured-games-slide-right {
	flex-basis: 50%;
}
.featured-games-slide-right {
	flex-basis: 50%;
	margin-top: 50px;
}
.featured-games-slide-right h1 {
    margin: 0 0 10px 0;
}
.featured-games-slide-right .link-w-arrow {
	text-align: right;
}
.featured-games-slide-right .link-w-arrow img {
	right: 0px !important;
	left: auto !important;
}

.featured-games-slide-left img {
    position: relative;
	top: 20px;
	left: 20px;
	width: auto;
    height: 600px;
    display: flex;
}

/* link arrows */
.featured-games-slide-right .link-w-arrow img {
	top: 40px;
}
.featured-games-title-for-mobile {
	display: none;
}
.featured-games-title-for-web {
	display: inline-block;
	margin: 0;
	padding: 0;
}
/* Responsive */
@media (max-width: 768px) {
    .featured-games-wrapper {
		padding: 0;
	}
	.featured-games-slide {
		margin-bottom: 100px;
	}
	.featured-games-slide-inner {
        max-width: 100%;
        text-align: center;
    }
	.featured-games-title-for-mobile {
		display: block !important;
	}
	.featured-games-title-for-web {
		display: none !important;
	}
	.featured-games-slide-left .home-page-featured-product-img img {
		width: 35vw !important;
		height: auto !important;
	}
	.featured-games-slide-right {
		margin: 0;
	}
	.featured-games-slide-right p {
		font-size: 0.9em;
		text-align: right;
		margin: 0;
	}
	.slide-2-opposite .featured-games-slide-right p {
		text-align: left;
	}
	
}
