article.full .entry-content img {
    margin: 0;
}

article.full .entry-content .faq__list ul {
    margin-bottom: 26px;
    margin-top: 0;
}

article.full .entry-content p:last-child {
    margin-bottom: 30px;
}

article.full .entry-content .faq__list>li::before {
    display: none;
}

article.full .entry-content .faq__list>li {
    padding-left: 0;
    border-top: 1px solid #C8C9C7;
}

article.full .entry-content .faq__list {
    padding-left: 0;
    border-bottom: 1px solid #C8C9C7;
}

article .faq__list h3.question {
    margin-bottom: 0;
    padding: 0 25px 0 0;
    font-size: 20px;
}

.scholar .faq__item span strong {
    text-decoration: underline;
}

.scholar .scholar__list {
    margin-top: 36px;
}

article.full .scholar .entry-content .scholar__list .heading__global a:hover {
    color: #FFAD1D;
    background: none;
}

.scholar .scholar__item strong a {
    text-decoration: underline;
}

.faq__list {
    margin: 0px;
}


.faq__item.top {
    border-bottom: none;
}






.faq__item {
    position: relative;
    background: transparent;
    border-radius: 0px;
    overflow: hidden;
    /* margin-bottom: 16px; */
    padding-bottom: 0px !important;
    /* border-bottom: 1px solid #8a8a8a; */
}

.faq__item::after {
    content: '';
    border: 7px solid transparent;
    border-top: none;
    position: absolute;
    right: 2px;
    top: 30px;
    border-bottom: none;
    border-top: 8px solid #C8C9C7;
    transform: rotate(0);
    transition: all 0.3s linear;
}

.faq__item.active::after {
    border-bottom: none;
    border-top: 8px solid #00196E;
    transition: all 0.3s linear;
}

.faq__header {
    position: relative;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    cursor: pointer;
    padding: 20px 0px 20px 0px;
    color: var(--big-title-8c3a19);
    transition: all 500ms ease;
    border-bottom: 1px solid var(--big-title-8c3a19);
}

.faq__item.active .faq__header {
    background-color: var(--big-title-8c3a19);
    color: #fff;
}

.faq__content {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
}

.faq__content p strong {
    color: #000;
}

.faq__content .content {
    position: relative;
    padding: 25px 40px 0px 0;
    background-color: var(--big-title-8c3a19);
    color: #000;
    font-size: 20px;
}

.faq__right {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}