/* Custom styles for the services page headings */
.custom-heading-group h2 {
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 2px;
    color: #e0ff4f;
}

/* Fade-in class to trigger animation */
.custom-heading-group h2.fade-in {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1199px) {
    .custom-heading-group h2 {
        font-size: 36px;
    }
}