
@media screen and (max-width: 1290px) {
	.middle-card{
		flex-direction: column;
	}
	.middle-img{
		margin-right: 0 !important;
		margin-left: 0 !important;
		width: 95%;
		margin-bottom: 50px;
	}
	.middle-img:last-child{
		margin-bottom: 0;
	}
	.middle-img img{
		width: 100%;
	}
	.middle-img::after{
		width: 100%;
		height: 100%;
	}
}


@media screen and (max-width: 750px){
	.first-title{
		padding-top: 150px;
	}
	.three-sub{
		font-size: 16px;
		margin-bottom: 20px;
	}
}