
.cs-wrapper * {
	margin: 0;
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
}

.cs-wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

.cs-slideItem {
	padding: 20px;
	columns: 2;
	column-gap: 27px;
}

.cs-wrapper figure {
	width: 100%;
	margin: 25px 0;
	overflow: hidden;
	border-radius: 20px;
}

.cs-wrapper figure img {
	width: 100%;
	margin: 0 !important;
	display: block;
}

.cs-wrapper h3, .cs-wrapper h5, .cs-wrapper p, .cs-slideItem li, .cs-wrapper table th, .cs-wrapper table td {
	color: #141414;
}

.cs-wrapper table td b {
	font-weight: 700;
}

.cs-wrapper h3 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 35px;
}

.cs-wrapper h5 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	margin: 25px 0 16px;
}

.cs-wrapper p {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 10px;
	margin-bottom: 16px;
}

.cs-slideItem ul {
	font-size: 20px;
	padding-left: 0;
	margin-bottom: 40px;
}

.cs-slideItem li {
	list-style-type: none;
	position: relative;
	padding-left: 38px;
	font-weight: normal;
	line-height: 1.4;
}

.cs-slideItem li::before {
	content: "";
	position: absolute;
	left: 0;
	width: 24px;
	height: 24px;
	background: url("https://grey-fly-519200.hostingersite.com/wp-content/uploads/2025/06/icon-check.svg") no-repeat center center;
	background-size: 100% 100%;
}

.cs-slideItem li:not(:last-child) {
	margin-bottom: 16px;
}

.cs-wrapper .slick-arrow {
	border: none;
	border-radius: 50%;
	width: 37px;
	padding: 0;
	font-size: 0;
	height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #00f7ef;
}

.cs-wrapper .slick-arrow:hover {
	padding: 0;
	background: #21235a;
}

.cs-wrapper .slick-arrow:focus svg > path, .cs-wrapper .slick-arrow:active svg > path {
	fill: #fff;
}

.cs-wrapper .slick-arrow svg > path {
	fill: #000;
	transition: all .3s ease;
}

.cs-wrapper .slick-arrow:hover svg > path {
	fill: #fff;
}

.cs-wrapper .slick-arrow:before {
	content: none;
}

@media screen and (max-width: 768px) {
	.cs-slideItem {
		columns: 1;
	}
	
	.cs-wrapper h3 {
		font-size: 28px;
		margin-bottom: 20px;
	}
	
	.cs-wrapper h5 {
		font-size: 18px;
		margin: 20px 0 10px;
	}
	
	.cs-wrapper p {
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 10px;
	}
	
	.cs-slideItem ul {
		margin-bottom: 20px;
	}
	
	.cs-slideItem li {
		font-size: 15px;
		padding-left: 26px;
		line-height: 1.35;
		font-weight: normal;
	}
	
	.cs-slideItem li::before {
		width: 18px;
		height: 18px;
	}
	
	.cs-slideItem li:not(:last-child) {
		margin-bottom: 8px;
	}
	
	.cs-wrapper .slick-arrow {
		width: 28px;
		height: 28px;
	}
	
	.cs-wrapper .slick-arrow svg {
		width: 6px !important;
	}
	
	.cs-wrapper .slick-next {
		margin-right: 18px;
	}
	
	.cs-wrapper .slick-prev {
		margin-left: 18px;
	}
}
