@charset "utf-8";

.btn-normal.btn_faq-parent {
    margin-top: 0;
}

.btn-normal.btn_faq-parent:first-of-type {
    margin-top: 2rem;
}

.btn-normal.btn_faq-parent button {
    max-width: 350px;
}

.btn-normal.btn_faq-parent:nth-of-type(n + 2) button {
    margin-top: 2rem;
}

.faq-item {
    background: #fff;
    cursor: pointer;
}

.faq-item:first-of-type {
    margin-top: 2rem;
}

.faq-item:nth-of-type(n + 2) {
    margin-top: 2rem;
}

.faq-question {
    display: flex;
    justify-content: center;
    font-weight: bold;
    position: relative;
    font-size: 1rem;
    padding: 12px 0;
}

.faq-answer {
    overflow: hidden;
    height: 0;
    transition: height 0.1s ease, padding 0.1s ease;
    padding: 0 16px;
    color: #333;
    font-size: 1rem;
}

.faq-item.active .faq-answer {
    padding: 28px 16px 16px;
}

.faq-item.active .arrow {
    transform: rotate(180deg);
    top: 8px;
}

svg.dropdown-icon {
    width: 1.5rem;
    height: 1.5rem;
}

span.arrow {
    position: absolute;
    right: 16px;
    transform: rotate(0deg);
}

.red {
    font-weight: normal;
    font-size: 1rem;
}

strong {
    font-weight: bold !important;
    font-size: 1rem;
}

.faq-item a {
    font-weight: bold;
    color: #2066BC;
    font-size: 1rem;
    display: inline-block;
    border-bottom: 1px solid;
    line-height: 20px;
}

.border {
    font-size: 1rem;
    display: inline-block;
    border-bottom: 1px solid;
    line-height: 20px;
}

.faq-item img {
    text-align: center;
    width: 100%;
    height: auto;
}

.align-right{
    text-align: right;
}

.align-left{
    text-align: left;
}

.align-center{
    text-align: center;
}

.faq-item img.half {
    width: 50%;
}

.faq-item img.oneThird {
    width: 33%;
}

li{
    font-size: 1rem;
}

.faq-icon {
    width: 100%;
    height: auto;
    max-width: 70px;
    min-width: 50px;
}

@media screen and (max-width:768px) {}

@media screen and (max-width:640px) {
    span.arrow {
        right: 8px;
    }

    .btn-normal.btn_faq-parent button {
        font-size: 0.8rem;
    }

    .faq-item img.half {
        width: 100%;
    }
    
    .faq-item img.oneThird {
        width: 100%;
    }

     .faq-icon {
        max-width: 25px;
        min-width: 20px;
    }
}

@media screen and (max-width:374px) {


    .sec-container {
        padding: 2rem 1.5rem;
    }
}