.text-section h2,
.text-section h3,
.text-section span,
body div {
	scroll-margin-top: 120px;
}

.h100 {
	height: 100%;
}

.casino-card .star-rating,
.casino-card .star-value {
	width: 18px;
}

.menulang-en {
	background-image: url('images/albania.svg');
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 30px !important;
	/* background: #fff; */
	/* color: #139ce6; */
	/* border-radius: 5px; */
}

.games.row.g-2.g-md-3.pe-2.ps-2 {
	justify-content: center;
}

.img-cov {
	max-width: 900px;
	width: 100%;
	margin: 15px auto;
}

.img-cov img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
}
.img-cov.s {
	max-width: 200px;
	float: left;
	margin: 0 30px 0 0;
}

@media (max-width: 768px) {
	.menulang-en {
		background-position: 15px 12px;
		padding-left: 45px !important;
	}
	.img-cov.s {
		max-width: 150px;
		float: none;
		margin: 0 auto 30px auto;
	}
}
