.container_faq {
    max-width: 100%;
}
.block-faq .heading-primary {
    margin-bottom: 20px;
    margin-top: 40px;
}

.faq-block {
    border: 1px solid #dddee0;
    padding: 20px 30px;
    border-radius: 10px;
    border-style: solid;
    margin-top: 10px;
    font-size: 1.2em;
}

.faq-title {
    display: flex;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.3em;
    align-items: center;
}

.faq-title::after {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.5rem;
    transition: transform .2s ease-in-out;
}

.faq-content {
    padding-top: 15px;
    text-align: left;
    line-height: 1.6em;
}

