.carousel-left-title {
	font-size: 56px;
	font-weight: 400;
	line-height: 1.14;
	letter-spacing: -0.0179em;
	width: 75%;
}

.left-desc p {
	font-size: var(--16px);
	line-height: 1.5;
}

.see-more a {
	color: var(--color-petrol);
	text-decoration: none;
	font-size: 20px;
	line-height: 1.6;
}

.see-more img {
	width: 25px;
}

.img-desc {
	width: 90%;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.33;
}

@media only screen and (max-width: 767px) {
	.see-more {
		position: absolute;
		height: 20%;
		margin: 0 15px;
		padding: 10px 0;
		right: 0;
		min-width: max-content;
		text-align: right;
	}

	.see-more a {
		font-size: var(--16px);
		line-height: 1.5;
	}

	.see-more img {
		width: 15px;
	}

	.carousel-left-title {
		font-size: 48px;
		line-height: 1.16;
		width: 70%;
	}
}