@media (min-width: 1000px) {
	.technology__right {
		max-width: 500px;
		width: 100%;
	}
}

@media (min-width: 769px) and (max-width: 1000px) {
	.technology__right {
		max-width: 400px;
		width: 100%;
	}
}

@media (max-width: 768px) {
	.technology__body {
		flex-direction: column;
	}

	.technology__left {
		margin-right: 0;
		margin-bottom: 50px;
	}

	.technology__left,
	.technology__right {
		width: 100%;
	}

	.technology__right {
		max-width: 500px;
		width: 100%;
		margin-bottom: 50px;
	}
	.technology__subtitle {
		text-align: center;
	}

	.contact__left,
	.contact__right {
		animation: none;
	}
}

@media (max-width: 768px) {
	@media (any-hover: hover) {
		.contact__body:hover .contact__left,
		.contact__body:hover .contact__right {
			animation: none;
		}
	}
	.contact__right {
		justify-content: center;
	}
}
@media (max-width: 700px) {
	.contact__left {
		display: none;
	}
}

.portfolio__scroll .mCustomScrollBox .mCSB_container {
	margin-right: 12px !important;
}

.portfolio__scroll .mCSB_scrollTools {
	right: -4px;
}


