.section_faq{
    width: 50%;
}

.title {
    color: #1C95DA;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-decoration: none;
    margin-bottom: 1.25rem;
}

@media (max-width: 767px) {

   .section_faq{
        width: 80%;
    }
}

@media (min-width: 768px) and (max-width: 1024px){

   .section_faq{
        width: 60%;
    }
}

.faq {
    display: flex;
    flex-direction: column;
    align-items: center;
}