


{% if module.bg_white_blue %} border-t border-b border-white text-white{% else %} border-t border-b border-nightblue text-nightblue{% endif %}

.panel {
  padding: 0 5px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion {
  cursor: pointer;
  width: 100%;
  text-align: left;
  border-left: none;
  border-right: none;
  transition: 0.4s;
}
