.author { padding-bottom: 0px; padding-top: 50px; }

@media screen and (max-width: 1000px) { .author { padding-left: 30px; padding-right: 30px; } }

@media screen and (max-width: 800px) { .author { padding-left: 20px; padding-right: 20px; } }

:root {
    --full-width: 1000px;
    --mobile-width: 95%;
}

.faq_container {
    width: var(--full-width);
    margin: 50px auto;
}

.faq_title {
    font-size: 32px;
}

.faq_time {
    font-size: 12px;
}

.faq_sub_title {
    font-size: 18px;
    margin-top: 28px;
    width: 800px;
}

.b2b-product-social-bar {
    margin-top: 52px;
}

.b2b-product-social-bar img {
    width: 20px;
    height: 20px;
    margin-right: 18px;
    max-width: 100%;
}

.b2b-product-social-bar div {
    display: inline;
}

.helpful_container {
    width: var(--full-width);
    height: auto;
    background-color: rgba(0, 80, 199, 0.05);
    margin: 60px auto;
    padding: 23px 36px;
}

.helpful_title {
    font-family: "Poppins";
    margin: 0;
    line-height: 150%;
}

.helpful_btn {
    width: 120px;
    height: 36px;
    background: #FFFFFF;
    border: 2px solid #23299B;
    border-radius: 100px;
    margin-top: 8px;
    font-size: 14px;
    letter-spacing: 0.08em;
    font-weight: bold;
    color: #23299B;
    line-height: 140%;
}

.helpful_btn:active,
.helpful_btn:focus,
.helpful_btn:hover
{
    background: #23299B;
    color: #FFFFFF;
    outline: none;
}

#btn_yes {
    margin-right: 20px;
}

.helpful_msg {
    margin-top: 33px;
    margin-bottom: 9px;
    color: #23299B;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 140%;
}

.helpful_msg a {
    color: #C92323;
    letter-spacing: 0.02em;
    text-decoration-line: underline;
    font-size: 14px;
    line-height: 140%;
    cursor: pointer;
    font-weight: bold;
}

.question_background {
    width: 100%;
    height: auto;
    background-color: #E5E5E5;
    padding-top: 43px;
    padding-bottom: 79px;
}

.question_container {
    width: var(--full-width);
    height: auto;
    margin: 0 auto;
}

.title_block {
    width: 100%;
    height: 78px;
    background-color: #000;
    padding: 15px 36px;
    color: #fff;
    font-family:"Poppins";
    font-size: 32px;
    line-height: 122%;
    border-bottom: 10px solid #0050C7;
}

.title_block p {
    margin: 0;
    padding: 0;
}

.question_block {
    width: 100%;
    height: 168px;
    background-color: #fff;
    padding: 29px 36px;
    margin-bottom: 12px;
    position: relative;
}

.question_title {
    color: #23299B;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.04em;
    margin: 0;
    font-weight: bold;
}

.question_desc {
    font-size: 16px;
    line-height: 140%;
    color: #4D4F52;
    margin-top: 6PX;
}

.question_date {
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #9E9E9E;
    margin-top: 11px;
    margin-bottom: 25px;
    position: absolute;
    bottom: 0;
}

@media screen and (max-width: 1000px) {
    .faq_container {
        width: var(--mobile-width);
        margin: 36px auto;
    }
    .faq_sub_title {
        margin-top: 16px;
        width: 100%;
    }
    .b2b-product-social-bar-m {
        margin-top: 38px;
        margin-left: 92px;
        margin-right: 92px;
        margin-bottom: 36px;
        text-align: center;
    }
    .b2b-product-social-bar-m img {
        width: 20px;
        height: 20px;
        margin-left: 18px;
    }
    .b2b-product-social-bar-m div {
        display: inline;
    }
    .helpful_container {
        width: var(--mobile-width);
        margin: 40px auto;
        padding: 20px 23px;
    }
    .helpful_msg {
        margin-top: 25px;
    }
    .question_background {
        padding: 8px;
    }
    .question_container {
        width: 100%;
    }
}
/* arabic style */ 
.arabic-style .b2b-product-social-bar img {
    margin-right: 0px;
    margin-left: 18px;
}

