

.text-anime-style-3 {
    font-size: 40px; /* اندازه فونت */
    color: #333; /* رنگ */
    letter-spacing: -0.05em; /* فاصله بین حروف */
    font-weight: 700; /* ضخامت فونت */
    margin-bottom: 20px; /* فاصله بیرونی پایین */
    line-height: 1.2; /* ارتفاع خط */

}

@media (max-width: 768px) {
    .text-anime-style-3 {
        font-size: 50px; /* اندازه فونت کوچک‌تر برای موبایل */
        margin-bottom: 15px; /* فاصله پایین مناسب‌تر */
    }
}