.faq-content { padding: 40px 15px; }

@media (min-width: 600px) { .faq-content { padding: 40px 0; } }

.faq-content h2 { position: relative; font-size: 34px; margin-top: 16px; text-align: center; margin-bottom: 35px; padding-bottom: 30px; }

.faq-content h2::before { content: ""; position: absolute; display: block; width: 50px; height: 5px; border-radius: 1.5px; background-color: #3ab54a; left: 50%; transform: translateX(-50%); bottom: 0; z-index: 1; }

.faq-content h2::after { content: ""; position: absolute; display: block; width: 70px; height: 1px; border-radius: 0.5px; background-color: #7fd68a; left: 50%; transform: translateX(-50%); bottom: 2px; }

.faq-content .item .sub-item { padding-left: 16px; }

.faq-content .item h3 { font-family: "Nunito", sans-serif; background-color: #f8f8f8; line-height: 32px; font-size: 20px; padding: 5px 16px; border-radius: 4px; }

.faq-content .item p { margin-bottom: 8px; font-size: 16px; line-height: 24px; margin-left: 16px; }

.faq-content .item a { display: inline-block; margin-left: 16px; margin-bottom: 10px; margin-top: 5px; }

.faq-content .box { background-color: #f8f8f8; border: 2px solid rgba(14, 18, 47, 0.02); border-radius: 6px; padding: 20px 20px 20px 26px; transition: box-shadow 0.36s ease; position: relative; margin-top: 30px; display: inline-block; }

.faq-content .box h3 { display: inline-block; text-align: center; line-height: 2; font-weight: 500; margin: 0; }

@media (min-width: 600px) { .faq-content .box h3 { text-align: left; } }

.faq-content .box a { cursor: pointer; display: inline-block; margin-left: 8px; }

.faq-content .card { margin-right: 15px; margin-top: 15px; display: inline-block; background-color: white; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.16); border: 2px solid rgba(14, 18, 47, 0.02); border-radius: 6px; padding: 20px 20px 20px 26px; transition: box-shadow 0.36s ease; position: relative; }

.faq-content .card::before { width: 6px; height: calc(100% + 4px); display: block; content: ""; left: -2px; top: -2px; background-color: #fbb040; position: absolute; border-radius: 6px 0 0 6px; }

.faq-content .card:hover { box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 6px 6px rgba(0, 0, 0, 0.16); }

.faq-content .card h3 { background-color: transparent; padding: 0; margin-top: 0; }

.faq-content .card a { margin-left: 0; }

.faq-content .card p { margin-left: 0; }

/*# sourceMappingURL=faq.css.map */