

.custom-header-top-nav-background:after {
		background: var(--secondary);
}

@media (min-width: 992px) {
		.custom-text-background {
				background-repeat: no-repeat;
					background-size: 140%;
				background-position: 20% 30%;
				-webkit-background-clip: text;
				-webkit-text-fill-color: transparent;
		}
}