.faq {
    padding: 50px 0;
}
.faq .header {
    text-align: center;
    margin-bottom: 50px;
}
.faq .header h2 {
    color: #2B2B2B;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.faq .header p {
    color: #4F9C34;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
.faq .accordion-item {
    margin-bottom: 20px;
}
.faq .accordion-item .accordion-button {
    padding-left: 70px;
}
.faq .accordion-item .accordion-button p {
    margin: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.06px;
    color: #333;
}
.faq .accordion-item .accordion-button::after {
    position: absolute;
    left: 0;
    transform: rotate(325deg);
    width: 40px;
    height: 40px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f063";
    color: #fff;
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.faq .accordion-item .accordion-button::before {
    background: #4F9C34;
    content: '';
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.faq .accordion-item .accordion-button:not(.collapsed) {
    color: #333;
    background-color: transparent;
    box-shadow: none;
}
.faq .accordion-item .accordion-button:not(.collapsed)::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f063";
    transform: rotate(235deg);
}
.faq .accordion-item .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.faq .accordion-item .accordion-body p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 142%;
    letter-spacing: 0.048px;
}
