.bellows__item:not(.bellows--is-open) > .bellows__content {
  display: none; }

.bellows__item.bellows--is-open > .bellows__content-wrapper,
.bellows__item.bellows--is-closing > .bellows__content-wrapper {
  display: block; }

.bellows__content-wrapper {line-height: 175%;
  display: none; background-color:#fff;  padding:0; border-radius: 8px;margin-bottom: 15px;margin-top: -24px;margin-bottom: 15px;  overflow:hidden; position: relative; z-index: 9999;border-top-left-radius:0;border-top-right-radius:0; }
  
