﻿.faqs-wrapper {
    margin: 0 3.6rem;
    margin-top: 1.7rem;
}

.faqs-wrapper .title {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-size: 0.45rem;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #383838;
}

.faqs-wrapper .sub-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 0.22rem;
    line-height: 0.30rem;
    text-align: center;
    text-transform: uppercase;
    color: #383838;
    margin-top: 0.35rem;
    margin-bottom: 1.2rem;
}

.faqs-wrapper .faqs-list {
    display: flex;
    column-gap: 0.64rem;

}

.faqs-wrapper .faqs-list .list-column {
    width: calc(50% - 0.32rem);
}

.faqs-wrapper .list-item:first-child {
    border-top: 0.5px solid #000000;
}

.faqs-wrapper .list-item {

    border-bottom: 0.5px solid #000000;
}



.faqs-wrapper .list-item .list-title {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 0.26rem 0;
    padding-right: 0.2rem;
    height: 1.18rem;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 0.22rem;
    line-height: 0.3rem;
    color: #444444;
    cursor: pointer;
}

.faqs-wrapper .list-item .active svg {
    transform: rotate(180deg);
}

.faqs-wrapper .list-item .active svg path {
    stroke: #2C63A0;
}

.faqs-wrapper .list-item .list-title:hover svg path {
    stroke: #2C63A0;
}

.faqs-wrapper .list-item .list-content {
    display: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 0.3rem;
    margin-bottom: 0.45rem;
    color: #7B7B7B;
}

.faqs-wrapper .list-item .list-content {
    color: #7B7B7B;
}

@media screen and (max-width: 1025px) {
    .faqs-wrapper {
        margin: 0;
    }

    .faqs-wrapper .title {
        margin: 1.05rem 0 0.65rem;
    }

    .faqs-wrapper .sub-title {
        display: none;
    }

    .faqs-wrapper .faqs-list {
        flex-direction: column;
        padding: 0 0.34rem;
    }

    .faqs-wrapper .faqs-list .list-column {
        width: 100%;
    }

    .faqs-list .list-column .list-item:first-child {
        border-top: 0;
    }

    .faqs-wrapper .list-item .list-title {
        font-weight: 400;
        font-size: 0.24rem;
        line-height: 0.40rem;
    }

    .faqs-wrapper .list-item .list-title svg {
        width: 0.2rem;
        height: 0.14rem;
        margin-top: 0.1rem;
    }

    .faqs-wrapper .list-item .list-content {
        font-weight: 400;
        font-size: 0.24rem;
        line-height: 0.40rem;
    }
}
