.about {
	padding: 40px 0;
	background: var(--color-white);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.about-inner {
	display: flex;
	flex-wrap: wrap;
	row-gap: 30px;
}

.about-left img,
.about-left video {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}

.about-right {
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}

@media screen and (min-width: 768px) {
	.about-left {
		width: 45%;
	}

	.about-right {
		width: 55%;
		padding-left: 30px;
	}
}

@media screen and (min-width: 1280px) {
	.about-right {
		font-size: 24px;
	}
}
