/*
Theme Name: Hello Elementor Child
Theme URI:  https://example.com/hello-elementor-child
Description: Child theme for Hello Elementor. Use this to add custom styles and functions.
Author: Your Name
Author URI: https://example.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
Tags: one-column, flexible-header, accessibility-ready
*/

/* =Theme customization - Add your custom CSS below this line
-------------------------------------------------------------- */

body {
  /* Example override: change body font stack */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
 .e-n-accordion-item {
	border-bottom: 1px solid rgba(21, 60, 47, 0.4);
}
.e-n-accordion-item[open] {
  /* styles when accordion is open */
  background-color: #fff;
  border: 1px solid #153C2F;
  border-radius: 20px;
/* 	padding: 36px 54px; */
}