.wrap-3{
	background-color: var(--ast-global-color-4);
}
.wrap-3-inner {
	display: flex;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto
}
.wrap-3-left {
	width: -webkit-fill-available;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.wrap-3-left-inner {
	max-width: 550px;
	margin-right: 100px;
}
.wrap-3-left-inner h2, .wrap-3-left-inner p {
	margin-bottom: 20px;
}
.wrap-3-right {
	width: -webkit-fill-available;
	max-width: 910px;
	max-height: 512px;
}
.wrap-3 video {
	width: 910px;
	height: 100%;
}
@media only screen and (max-width: 1690px) {
	.wrap-3-left{
		justify-content: center;
		padding: 0px 15px;
	}
	.wrap-3-left-inner {
		margin-right: 0;
	}
}
@media only screen and (max-width: 1300px) {
	.wrap-3-inner {
		flex-direction: column;
	}
	.wrap-3-left {
		padding: 60px 15px;
	}
	.wrap-3-left-inner {
		max-width: 910px;
	}
	.wrap-3-right {
		margin: 0 auto;
		max-width: unset;
		max-height: unset;
	}
	.wrap-3 video {
		width: 100%;
		height: 100%;
	}
}
@media only screen and (max-width: 767px) {

	/* 	.wrap-3-left {
	padding: 60px 15px;
} */
	.wrap-3-left-inner {
		max-width: unset;
		margin-right: unset;
	}
}