#mas-20-faqs div.faqs-tittle {
    margin-bottom: 130px;
    margin-top: 226px;
}
#mas-20-faqs div.faqs-tittle h1 {
    font-size: 80px;
    font-weight: 600;
    color: var(--primary-txt);
}
#mas-20-faqs div.faqs-tittle p {
    font-size: 20px;
    font-weight: 400;
    color: var(--primary-txt);
}
#mas-20-faqs div.faqs-cont-general {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#mas-20-faqs div.faqs-cont-general div.faqs-input {
    display: flex;
    margin-bottom: 55px;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    width: 380px;
}
#mas-20-faqs div.faqs-input i.fa-search {
    bottom: 0;
    color: var(--primary-color);
    display: flex;
    font-size: 18px;
    left: 17px;
    position: absolute;
    top: 0;
}
#mas-20-faqs div.faqs-input i.fa-search:before{
    align-self: center;
}
#mas-20-faqs div.faqs-cont-general div.faqs-input input {
    max-width: 380px;
    height: 50px;
    background-color: var(--input-bg-2);
    color: black;
    font-size: 15px;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    padding-left: 45px;
    padding-right: 20px;
    width: 100%;
}
#mas-20-faqs div.faqs-cont-general div.faqs-input input::placeholder{
    color: var(--primary-color);
}

/* Send Faqs */
#mas-20-faqs form.send-faq {
    align-items: center;
    column-gap: 2rem;
    margin: 100px auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
@media screen and (max-width: 980px) {
    #mas-20-faqs form.send-faq {
        flex-wrap: wrap;
        margin-bottom: 73px !important;
    }
}
#mas-20-faqs div.send-faq-info {
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#mas-20-faqs div.send-faq-info h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 36.57px;
    color: var(--primary-txt);
    text-align: left;
}
@media screen and (max-width: 980px) {
    #mas-20-faqs div.send-faq-info h3 {
        margin-bottom: 30px;
        text-align: center;
    }
}
#mas-20-faqs div.send-faq-info p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    color: var(--primary-txt);
    text-align: left;
}
#mas-20-faqs div.send-faq-but {
    width: 50%;
    padding: 47px 39px;
    display: flex;
    justify-content: space-between;
    background-color: var(--secondary-bg);
}
#mas-20-faqs div.send-faq-but input {
    background-color: var(--input-bg-3);
    text-align: center;
    color: black;
    border: none;
    height: 50px;
    border-radius: 5px;
    width: 70%;
    max-width: 412px;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.5rem;
}
#mas-20-faqs div.send-faq-but input::placeholder {
    color: var(--primary-color);
}
#mas-20-faqs div.send-faq-but button {
    width: 120px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid var(--primary-color-9);
    background: var(--primary-color-9);
    color: white;
    font-size: 12px;
    font-weight: 500;
}
#mas-20-faqs div.faqs-button{
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    height: 30px;
    width: 30px;
}
#mas-20-faqs section.blog-carousel {
    margin-bottom: 102px;
}
@media screen and (max-width: 980px) {
    #mas-20-faqs div.send-faq-info {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 30px;
        padding: 0 20px;
    }
    #mas-20-faqs div.send-faq-but {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    #mas-20-faqs div.send-faq-info p {
        text-align: center;
    }
    #mas-20-faqs div.send-faq-but input{
        width: 100%;
        max-width: 100%;
        margin-bottom: 37px;
    }
    #mas-20-faqs div.send-faq-but button {
        width: 100%;
        max-width: 100%;
    }
}
@media(max-width: 767.98px){
    #mas-20-faqs div.faqs-tittle{
        margin-bottom: 52px;
        margin-top: 126px;
    }
    #mas-20-faqs div.faqs-tittle h1{
        font-weight: 600;
        font-size: 3rem;
        line-height: 3.7rem;
        margin-bottom: 11px;
    }
    #mas-20-faqs div.faqs-tittle p{
        font-size: 1.4rem;
        line-height: 1.7rem;
    }
    #mas-20-faqs div.faqs-cont-general div.faqs-input {
        justify-content: center;
        margin: 0 20px;
        width: 100%;
    }
    #mas-20-faqs div.faqs-cont-general div.faqs-input input {
        font-size: 1.2rem;
        max-width: unset;
    }
    #mas-20-faqs div.cont-faqs div.faqs-info h3{
        font-size: 1.6rem;
        line-height: 2rem; 
    }
    #mas-20-faqs div.faqs-info-deploy div p{
        font-size: 1.2rem;
        line-height: 1.5rem;
        margin-top: 21px;
    }
}