.mti-480-container {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.mti-480-container.mti-480-layout-left {
	flex-direction: row;
}

.mti-480-container.mti-480-layout-right {
	flex-direction: row-reverse;
}

.mti-480-image-wrapper {
	flex: 1 1 45%;
	min-width: 300px;
}

.mti-480-image img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.mti-480-content {
	flex: 1 1 45%;
	min-width: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mti-480-title {
	margin-top: 0;
	margin-bottom: 15px;
}

.mti-480-desc {
	margin-top: 0;
	margin-bottom: 25px;
	line-height: 1.6;
}

.mti-480-button {
	align-self: flex-start;
}