.image-text__content .title {
	font-size: 3.2rem !important;
}

.copy .title {
	font-size: 3.2rem !important;
}

.image-text__content {
	margin-top: 1rem;
  	color: var(--text-normal);
  	font-family: Onest;
  	font-size: 1rem;
  	font-style: normal;
  	font-weight: 400;
  	line-height: 130%;
  	letter-spacing: -0.03rem;
}


.image-text__image img {
	width: 100%;
	height: auto;
}

video {
	padding: 1rem;
}

@media only screen and (max-width: 767px) {
	video {
		width: 540px;
		height: 270px;
	}
}