.team-gondor__faq__accordion__head__title {
    font-size: 22px;
    font-family: "Lato";
    line-height: 26px;
    font-weight: 700;
    font-style: normal;
}

.team-gondor__faq__accordion__panel__text {
    font-size: 16px;
    font-family: "Lato";
    line-height: 21px;
    font-weight: 400;
    font-style: normal;
}

.team-gondor__faq__accordion__panel__text p {
    margin: 16px 0;
}

.team-gondor__faq__accordion {
    background-color: transparent;
    color: var(--primary-purple);
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    height: 90px;
    padding-bottom: 0;
}

.active.team-gondor__faq__accordion {
    height: 50px;
}

.active,
.team-gondor__faq__accordion:hover {
    background-color: transparent;
}

.team-gondor__faq__accordion:after {
    content: "\002B";
    font-weight: bold;
    color: black;
    float: right;
    margin: auto;
    font-size: 20px;
    /*border: solid 2px;*/
    border-radius: 50%;
    width: 27px;
    height: 27px;
    text-align: center;
    background-color: #f3f5f6;
}

.active:after {
    content: "\2014";
    background-color: var(--primary-purple);
    color: var(--white);
    padding-bottom: 5px;
}

.team-gondor__faq__accordion__panel {
    padding-left: 1.5em;
    padding-right: 2em;
    padding-top: 0;
    padding-bottom: 0.5em;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    text-align: start;
    border-bottom: solid 3px #ecf1f4;
}

.team-gondor__faq__accordion__container {
    max-width: 700px;
    min-height: 630px;
}

@media screen and (max-width: 992px) {
    .team-gondor__faq__accordion__container {
        max-width: 650px;
    }
    .team-gondor__faq__accordion {
        height: 80px;
    }
}

@media screen and (max-width: 767px) {
    .active.team-gondor__faq__accordion__large__text {
        height: auto;
        padding-right: 20px;    
    }
    .team-gondor__faq__accordion__container {
        max-width: 600px;
    }
    .p-faq-mobile-t-0 {
        padding-top: 0px !important;
    }
    .team-gondor__faq__accordion__head__title {
        font-size: 21px;
        line-height: 23px;
    }
    .team-gondor__faq__accordion__panel__text {
        font-size: 16px;
        line-height: 21px;
    }
    .team-gondor__faq__accordion {
        height: 80px;
    }
    .split__content__faq__title {
        padding-right: 6rem;
    }
    .team-gondor__faq__accordion__large__text:after {
        position: relative;
        bottom: 15px;
    }

    button.team-gondor__faq__accordion__large__text{
        height: auto;
        padding-right: 20px;
    }
}

@media screen and (max-width: 550px) {
    .team-gondor__faq__accordion__panel {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
    .team-gondor__faq__accordion__container {
        max-width: 400px;
    }
    .team-gondor__faq__accordion {
        height: 70px;
    }
    .team-gondor__faq__accordion__large__text:after {
        position: relative;
        bottom: 15px;
    }
}

@media screen and (max-width: 400px) {
    .team-gondor__faq__accordion__container {
        max-width: 375px;
    }
    .team-gondor__faq__accordion__head__title {
        font-size: 18px;
        line-height: 23px;
    }
    .team-gondor__faq__accordion__panel__text {
        font-size: 16px;
        line-height: 21px;
    }
}


@media screen and (max-width: 375px) {
    .team-gondor__faq__accordion__container {
        max-width: 350px;
    }
    .team-gondor__faq__accordion__head__title {
        font-size: 16px;
        line-height: 21px;
    }
    .team-gondor__faq__accordion__panel__text {
        font-size: 14px;
        line-height: 19px;
    }
}