@media (min-width: 1200px) {
		.custom-big-font-size-1 {
				font-size: 2.9rem !important;
		}
}

@media (min-width: 1600px) {
		.custom-big-font-size-1 {
				font-size: 4.5rem !important;
		}
}


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

@media (max-width: 991px) {
		.custom-text-background {
				background-image: none !important;
		}
}

/*
* Text Highlight
*/
.custom-highlight-text-1 {
		position: relative;
}

.custom-highlight-text-1:before {
		content: '';
		position: absolute;
		bottom: 5px;
		left: 0;
		width: 100%;
		border-bottom: 7px solid #d20d0d;
		opacity: 0.2;
		z-index: 0;
}
