.radio{
    direction: rtl;
    text-align: right;
}

.title-radio {
    color: black;
    font-size: 1.4rem;
}

.radio-g-tile{
    direction: rtl;
    margin: 2rem 0;
    text-align: right;
    color: blue;
    font-size: 1.7rem;
}

.banner-image {
    top: 0;
    position: absolute;
    width: 100%;
    background-color: black;
    height: 100vh;
    z-index: 1;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/Faq/banner-faq-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}