.accordion.mr-bl{
    margin: 0;
    overflow: hidden;
}
.accordion-faq-content .title-1 {
    color: #333;
}
.accordion-faq-content.dr-cl {
    gap: 30px;
    align-items: start;
    margin-bottom: 80px;
}
.accordion-faq-content .faq-desc {
    width: 50%;
}

.faq-item-icons {
    margin: 0 64px;
}

.faq-item {
    display: flex;
    padding: 40px 0;
    border-top: 1px solid #A1A1A1;
    transition: all 0.35s ease;
}

.faq-items {
    margin: 30px 0 0;
}

.faq-item-info {
    display: flex;
    flex-direction: column;
    transition: all 0.35s ease;
}

.faq-items .faq-item:last-of-type {
    border-bottom: 1px solid #A1A1A1;
}
.faq-item-text {
    max-width: 90%;
    height: 100%;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.35s ease-out;
}
.faq-item.faq-active .faq-item-text {
    max-height: 100%;
    visibility: visible;
    opacity: 1;
    transition: all 0.35s ease-out;
}
.faq-item-text {
    max-width: 90%;
    height: 100%;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.35s ease-out;
}

.faq-item.faq-active .faq-item-text {
    max-height: 100%;
    visibility: visible;
    opacity: 1;
    transition: all 0.35s ease-out;
}

.faq-item.faq-active .faq-item-info {
    gap: 30px;
}

.faq-item.faq-active .faq-item-icons svg {
    transform: rotate(360deg);
}

.faq-item-icons svg {
    transform: rotate(180deg);
    cursor: pointer;
}

.faq-items .faq-item-text-preview {
    font-size: 16px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    opacity: 0.6;
    margin: 10px 0 0;
}
.faq-item-text h3{
    margin: 0 0 20px;
    font-weight: 500;
}
.faq-item-text b,
.faq-item-text p,
.faq-item-text strong{
    margin: 0 0 20px;
}
.faq-item-text ul{
    margin: 0 0 20px;
}
.faq-item-text ul li {
    list-style-type: disc;
    margin: 0 0 8px 20px;
}
@media (max-width: 1580px) {
    .accordion.mr-bl{
        margin: 0 auto;
        max-width: 1204px;
    }
}

@media (max-width: 1244px) {
    .accordion.mr-bl{
        margin: 0 auto;
        max-width: 1004px;
    }
    .accordion-faq-content .faq-desc {
        width: 65%;
    }
    .faq-items {
        margin: 0;
    }
    .faq-item-icons {
        margin: 0 30px;
    }
}

@media (max-width: 1024px) {

    .accordion.mr-bl {
        margin: 0 auto;
        max-width: 728px;
    }

    .accordion-faq-content .faq-desc {
        width: 100%;
    }
}

@media (max-width: 768px) {


    .accordion.mr-bl{
        margin: 0 20px;
        max-width: 100%;
    }
    .accordion .title-1{
        text-align: start;
    }
    .accordion-faq-content.dr-cl{
        margin-bottom: 50px;
    }
    .faq-item-icons {
        margin: 10px 20px 0;
    }
    .faq-item {
        padding: 20px 0;
    }
    .faq-item-title.title-5{
        font-size: 20px;
    }
}