@media screen and (max-width: 1290px) {
  .middle-width{
		width: 90%;
	}
	.mobile-third{
		flex-wrap: wrap;
		justify-content: center;
	}
	.third-card{
		margin-bottom: 163px;
	}
	.third-card:first-child{
		margin-right: 55px;
	}
	.third-card:last-child{
		margin-bottom: 0 !important;
	}
	
	.fourth-card:nth-child(7){
		margin-right: 0;
	}
	.fourth-card:nth-child(8){
		margin-left: 0;
	}
	
	.footer-right-left{
		margin-right: 30px;
	}
	.footer-title{
		font-size: 20px;
	}
	.footer-font{
		font-size: 16px;
	}
	.footer-left-title{
		font-size: 16px;
	}
	.footer-left-sub{
		font-size: 16px;
	}
}
@media screen and (max-width: 930px) {
	.footer{
		display: block;
		text-align: center;
	}
	.footer-left{
		display: inline-block;
    margin-bottom: 40px;	
	  margin-right: 0;
		text-align: left;
	}
	.footer-right{
		display: block;
		text-align: center;
	}
	.footer-right-left{
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 750px) {
  .middle-width{
		width: 90%;
	}
	.second-card{
		align-items: center;
		padding: 0 12px;
	}
	.w490{
		width: 90%;
	}
	.font-title{
		text-align: center;
		font-size: 24px;
	}
	.font-sub{
		text-align: center;
		font-size: 14px;
	}
	.mobile-third{
		flex-wrap: wrap;
		justify-content: center;
	}
	.third-card{
		width: 90%;
		min-width: 90%;
		margin-bottom: 163px;
		padding: 60px 12px 21px;
		height: auto;
		margin-right: 0 !important;
	}
	.third-card:last-child{
		margin-bottom: 0 !important;
	}
	.third-card-title{
		margin-bottom: 50px;
	}
	
	.fifth-title{
		font-size: 32px;
		margin-bottom: 30px;
	}
	
	.fifth-sub{
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 30px;
	}
	
}





