.swiper {
	overflow: hidden;
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
	box-sizing: content-box;
	display: flex;
	position: relative;
}

@media (max-width: 992px) {
	.warning-item img {
		width: 40px;
	}
}

.cta {
	display: inline-block;
	padding: 10px 20px;
	margin-left: 10px;
	/* Add some space between the text and the button */
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #cd18a0;
	border: none;
	border-radius: 15px;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s ease;
	text-transform: uppercase;
}

.cta:hover {
	background-color: #a1021a;
}

/* Flex container styling */
.flex-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* Center items vertically */
	justify-content: center;
	/* Center items horizontally */
	padding-bottom: 10px;
}

.img-cov {
	width: 100%;
	height: 100%;
	max-width: 900px;
	margin: 15px auto;
}
.img-cov img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}

.table .img-cov {
	max-width: 200px;
}
