.elementor-47429 .elementor-element.elementor-element-a2197a4{--display:flex;--min-height:298px;}.elementor-47429 .elementor-element.elementor-element-8eef071{width:auto;max-width:auto;}/* Start custom CSS for html, class: .elementor-element-8eef071 *//* Dropdown Button */
.dropbtn {
  background-color: #7CE6E1 !important;
  color: #0E9890 !important;
  padding: 4px 12px!important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.6em !important;
  border: 1px solid #7CE6E1 !important;
  cursor: pointer;
  
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #7CE6E1;
  min-width: 160px;
  z-index: 1;
  margin-top:5px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #0E9890;
  font-size: 14px;
  line-height: 1.6em;
  text-transform: uppercase;
  font-weight: 300;
  padding: 4px 12px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #a4f5f1;
    color: #0E9890;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}/* End custom CSS */