@media (min-width: 769px) {
	.content-text {
		max-height: 576px;
		overflow-y: auto;
		padding-right: 15px !important;
	}
}

@media (max-width: 768px) {
	.mobile-order-1 { order: 1; }
	.mobile-order-2 { order: 2; }
	.mobile-order-3 { order: 3; }
	.mobile-order-4 { order: 4; }
	.mobile-order-5 { order: 5; }
	.mobile-order-6 { order: 6; }

	.tabs a.text-black {
		margin: 0 10px !important;
		font-size: 18px;
		display: inline-block;
		margin-bottom: 10px !important;
	}

	.content-text {
		width: 100% !important;
		padding: 20px !important;
		float: none !important;
		text-align: left !important;
	}

	.tabs .container {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.about-content .row {
		margin-top: 20px;
	}

	.bread-crumb {
		position: relative !important;
		margin-top: 20px;
	}
}

.content-wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.content-text::-webkit-scrollbar {
	width: 5px;
}

.content-text::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}

.content-text::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
}

.content-text::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.img-wrapper {
	position: relative;
	height: 100%;
}

.img-wrapper img,
.img-wrapper video {
	object-fit: cover;
	height: 100%;
}

@media (min-width: 769px) {
	.section-row {
		display: flex;
		min-height: 400px;
	}

	.section-col {
		display: flex;
		flex-direction: column;
	}
}
