	@media (max-width: 767px) {
	   
	    .arun_example-section-heading {
	        font-size: clamp(1.5rem, 3.8vw, 2.9rem);
	        font-weight: 900;
	        line-height: 1.12;
	        color: var(--dark);
	        margin-bottom: 14px;
	    }
        .arun_example-hero h1 {
                              font-size: clamp(2rem, 6vw, 3rem);
                              font-weight: 900;
                              line-height: 1.07;
                              color: var(--white);
                              margin-bottom: 22px;
                              animation: heroFadeIn 0.95s 0.15s ease both;
                          }

        .arun_example-nav-link {
            color: #fff !important;
            font-family: var(--font-body);
            font-weight: 500;
            font-size: 0.88rem;
            letter-spacing: 0.01em;
            padding: 8px 13px !important;
            border-radius: 7px;
            transition: color 0.2s, background 0.2s;
            position: relative;
        }
	}