.products{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 100px 10px;
}
.products ul{
	overflow: hidden;
}
.products ul li{
	margin-top: 150px;
}
.products ul li h2{
	margin: 0 auto;
	text-align: center;
	max-width: 770px;
	width: 100%;
	font-size: 48px;
	font-weight: bold;
}
.products ul li .img{
	max-width: 775px;
	width: 100%;
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	margin-top: 50px;
}
.products ul li .img>img{
	width: 100%;
	display: block;
}
.products ul li .img .text-btn{
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	overflow: hidden;
}
.products ul li .img .text-btn a{
	color: #fff;
	font-size: 40px;
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: bold;
}
.products ul li .img .text-btn a .default-btn-arrow-radius{
	width: 34px;
	height: 34px;
	background: #fff;
	padding-right: 6px;
}
.products ul li .img .text-btn a .default-btn-arrow-radius i{
	color: #333;
	font-size: 30px;
}
.products ul li .img .text-btn a:hover{
	color: #295CDD;
}
.products ul li .img .text-btn a:hover .default-btn-arrow-radius{
	background: #295CDD;
}
.products ul li .img .text-btn a:hover .default-btn-arrow-radius i{
	color: #fff;
}
.products ul li .img .fa{
	margin-left: 10px;
}
.products .text-btn{
	display: flex;
	justify-content: center;
	align-items: center;
}
.products .text-btn img{
	width: 32px;
	height: 32px;
}
@media screen and (max-width:1200px){
	.products{
		padding: 80px 10px;
	}
}
@media screen and (max-width:1024px){
	.products{
		padding: 0 10px;
	}
}
@media screen and (max-width:768px){
	.products ul li{
		margin-top: 100px;
	}
}
@media screen and (max-width:600px){
	.products ul li{
		margin-top: 100px;
	}
	.products ul li h2{
		font-size: 38px;
	}
	.products ul li{
		margin-top: 50px;
	}
	.products ul li .img{
		margin-top: 20px;
	}
	.products ul li .img .text-btn a{
		font-size: 30px;
	}
	.products ul li .img .text-btn a .default-btn-arrow-radius{
		width: 25px;
		height: 25px;
	}
	.products ul li .img .text-btn a .default-btn-arrow-radius i{
		font-size: 25px;
	}
	.products ul li .img{
		border-radius: 10px;
	}
}
@media screen and (max-width:500px){
	.products ul li .img .text-btn a{
		font-size: 24px;
	}
	.products ul li .img .text-btn a .default-btn-arrow-radius{
		width: 22px;
		height: 22px;
		padding-right: 8px;
	}
	.products ul li .img .text-btn a .default-btn-arrow-radius i{
		font-size: 22px;
	}
	.products ul li h2{
		font-size: 28px;
	}
	.products ul li{
		margin-top: 30px;
	}
	.products ul li .img{
		margin-top: 10px;
	}
}