/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 03 2025 | 14:22:30 */
.gradient-blue {
    background: linear-gradient(to right, var(--e-global-color-cb0d062) 0%, var(--e-global-color-432270f) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.small-title { 
	border-top: 1px solid var(--e-global-color-a7b2f18);
	font-size: 17.5px; 
}

@media (max-width: 1024px) { 
	.small-title { font-size: 15px; }
}