.hero__custom {
	margin-bottom: 120px;
	margin-top: 40px;
}

.label__container {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
	color: #FFFFFF;
	font-family: var(--bs-body-font-family);
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	text-transform: uppercase;
	column-gap: 20px;
	row-gap: 14px;
}

.label__themes {
	display: flex;
	column-gap: 16px;
}

.label__theme {
	border: 1px solid #FFFFFF;
	border-radius: 100px;
	padding: 6px 16px;
}

@media (max-width: 1200px) {
	.page-bg-container.bg-internal img {
		height: 1010px!important;
		transform: translateX(-508px);
		width: 3000px;
		max-width: none;
	}

	.label__container {
		flex-direction: column;
		justify-content: start;
		align-items: start;
		padding-top: 20px;
		margin-bottom: 26px;
	}

	.label__container p {
		margin: 0;
	}

	.hero__title {
		text-align: left;
	}

	.hero__custom {
		margin-bottom: 0px;
		margin-top: 80px;
	}
}