
@media screen and (max-width: 1290px) {
	.third-mobile{
		display: block ;
	}
	.third-mobile>img{
		width: 100%;
		margin-right: 0;
		margin-bottom: 24px;
	}
	.third-mobile:last-child > img {
		margin-top: 24px;
	}
	.third-right{
		margin-left: 0;
	}
	.third-size{
		justify-content: flex-start;
		align-items: center;
	}
	
	.fifth-mobile{
		flex-direction: column;
		align-items: center;
	}
	.fifth-card{
		width: 90%;
		margin-bottom: 50px;
	}
	.fifth-card:last-child{
		margin-bottom: 0;
	}
	.sixth-mobile{
		flex-direction: column;
	}
	.sixth-mobile img{
		width: 100%;
	}
	.sixth-title{
		margin-left: 0;
		margin-top: 30px;
	}
	.sixth-l-title{
		margin-right: 0;
		margin-bottom: 30px;
	}
}

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