/* breakpoints */
.ow-accordion .items {
  border-bottom: 1px solid #d9d8d8;
  margin-bottom: 30px !important;
}

.ow-accordion .items .item {
  background: none !important;
  margin-bottom: 0;
  box-shadow: none;
}

.ow-accordion .items .item.active .toggle-header .field-heading a:before {
  display: none;
}

.ow-accordion .items .item .toggle-header {
  padding: 5px 0;
  background: none;
  border-top: 1px solid #d9d8d8;
}

.ow-accordion .items .item .toggle-header .field-heading {
  padding-right: 0;
  border: 0 !important;
  color: #2c2a29;
}

.ow-accordion .items .item .toggle-header .field-heading:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0 !important;
  transform: translate(0, -50%) !important;
  background: #EDEDED;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.ow-accordion .items .item .toggle-header .field-heading a {
  display: block;
  text-decoration: none;
  color: #2c2a29 !important;
}

.ow-accordion .items .item .toggle-header .field-heading a:before, .ow-accordion .items .item .toggle-header .field-heading a:after {
  content: "";
  position: absolute;
  transform: translate(0, -50%);
  right: 14px;
  top: 50%;
  background: #2c2a29;
  z-index: 1;
  width: 2px;
  height: 12px;
}

.ow-accordion .items .item .toggle-header .field-heading a:after {
  width: 12px;
  height: 2px;
  right: 9px;
}

.ow-accordion .items .item .toggle-header .field-heading:hover:after {
  background: #000;
}

.ow-accordion .items .item .toggle-header .field-heading:hover a:before, .ow-accordion .items .item .toggle-header .field-heading:hover a:after {
  background: #f7f7f7;
}

.ow-accordion .items .item .toggle-content {
  padding: 0 0 20px;
}

.ow-accordion .items .item .toggle-content .description {
  width: 750px;
  max-width: 100%;
  color: #2c2a29;
}

@media (min-width: 992px) {
  .ow-accordion .items .item .toggle-content .description {
    font-size: 20px;
    line-height: 1.4;
  }
}
