.service-content { padding: 40px 15px; /* Style the accordion panel. Note: hidden by default */ }

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

.service-content .download { margin-top: 24px; display: inline-block; }

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

.service-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; }

.service-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; }

.service-content .accordion { background-color: #fbfbfb; cursor: pointer; padding: 18px; width: 100%; text-align: left; border: none; outline: none; border-radius: 6px; transition: 0.4s; font-size: 24px; color: #966565; font-family: "Fjalla One", sans-serif; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.16); margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center; position: relative; line-height: 36px; }

@media (min-width: 900px) { .service-content .accordion { line-height: normal; } }

.service-content .accordion::before { width: 5px; height: 100%; display: block; content: ''; left: 0; top: 0; background-color: #fbb040; position: absolute; border-radius: 15px 0 0 15px; }

.service-content .active { background-color: #f8f8f8; }

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

.service-content .panel { padding: 0 18px; background-color: white; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; }

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

.service-content .panel ul li { list-style: none; margin-bottom: 8px; font-size: 16px; line-height: 24px; }

.service-content .panel ul li::before { content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */ color: #e4e4e4; /* Change the color */ font-weight: bold; /* If you want it to be bold */ display: inline-block; /* Needed to add space between the bullet and the text */ width: 1em; /* Also needed for space (tweak if needed) */ margin-left: -1em; /* Also needed for space (tweak if needed) */ }

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