
.faq-section .ts-theme-header {
    text-align: center;
    margin-bottom: 60px;
}


.faq-section .ts-theme-header .ts-theme-header-title h2 {
    line-height: normal;
}

.faq-section .ts-theme-header .ts-theme-header-title {
    margin-bottom: 10px;
}

.ts-theme-header-content {
    color: #494D57;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */
}

.faq-wrapper ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.faq-wrapper ul li.faq-wrapper-item a {
    background: #F6F6F8;
    display: flex;
    padding: 25.6px 40px;
    align-items: center;
    flex-shrink: 0;
    justify-content: space-between;
    text-decoration: none;
}

.faq-icon {
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #E7E8EC;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #33172B; */
    text-align: center;
    font-family: "Neuzeit Grotesk";
    cursor: pointer;
}

.faq-icon:after {
    content: "+";
    vertical-align: middle;
    position: relative;
    top: 4px;
}

.faq-wrapper ul li.faq-wrapper-item {
    border-bottom: 0.8px solid #E7E8EC;
}

.faq-wrapper ul li.faq-wrapper-item ul.faq-wrapper-item-content {
    display: none;
    padding: 40px;
}

.faq-wrapper ul li.faq-wrapper-item a {
    color: #0C111D;
    font-family: "Neuzeit Grotesk";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 31.2px; /* 120% */
    text-decoration: none;
}

.faq-wrapper ul li.faq-wrapper-item ul.faq-wrapper-item-content p {
    margin: 0;
    color: #1A202C;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
}
.faq-wrapper {
    border-radius: 20px;
    background: url(https://242521832.fs1.hubspotusercontent-na2.net/hubfs/242521832/Smoke_Signals/img/Image-pat.png) lightgray -30.018px 0px / 104.548% 108.982% no-repeat;
    padding: 10px;
}
.faq-wrapper ul li.faq-wrapper-item ul.faq-wrapper-item-content {
    background-color: #fff;
}
.faq-wrapper ul li.faq-wrapper-item a.active .faq-icon {
    background-color: #F26522;
    color: #fff;
}

.faq-wrapper ul li.faq-wrapper-item a.active .faq-icon:after {
    content: "-";
}


@media (max-width: 767px) {
.faq-wrapper ul li.faq-wrapper-item a {
    font-size: 20px;
    padding: 12px 14px;
}

.faq-wrapper ul li.faq-wrapper-item ul.faq-wrapper-item-content p {
    font-size: 16px;
}

.faq-wrapper ul li.faq-wrapper-item ul.faq-wrapper-item-content {
    padding: 16px 14px;
}

.faq-icon {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    font-size: 16px;
}

}