﻿
/* ---- subtitle bold under title ---- */
.faq-subtitle {
    font-size: 16px;
    line-height: 1.8;
    opacity: .95;
}

/* ---- answer text (nice & readable) ---- */
.faq-answer, .faq-answer p, .faq-answer li {
    line-height: 1.9;
}

/* ---- image: no stretch ---- */
.faq-img-wrap {
    border-radius: 18px;
    overflow: hidden;
}

.faq-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* RTL small tweak */
html[dir="rtl"] .faq-subtitle {
    text-align: right;
}

.devstyle {
    font-size: 42px !important;
    font-family: 'Amiri-Bold' !important;
    margin-top:65px;
}

.devStylestr {
    font-size: 30px !important;
    font-family: 'Amiri-Bold' !important;
}

