@media (max-width: 1440px){
	.home-experience > .section-bg > img {
	    left: -5%;
	}
}
@media (max-width: 767px){
	.box-banner > .text-box-content .text-inner{
	    flex-wrap: wrap;
	}
	.box-banner > .text-box-content .text-inner > div:first-child{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.box-banner > .text-box-content .text-inner > div:not(:first-child){
		flex: 0 0 50%;
		max-width: 50%;
	}
	h2 {
	    font-size: 3.2rem;
	}
	.bg-cloudleft-absolute {
	    display: none !important;
	}
	.section.bg-cloudright-absolute{
		min-height: 300px;
		margin-top: 0;
	}
}