﻿.theme_3 {
    background: linear-gradient(100deg, var(--hero-end), var(--hero-start));
}

    .theme_3 .hero h2 {
        direction: rtl;
        font-size: clamp(25px, 2vw, 35px);
    }

    .theme_3 .hero h2 {
        line-height: normal;
    }