.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container:after,
.container-fluid:after,
.row:after,
.container-fluid:after {
  clear: both;
}
.comp-widget_lists {
  margin-bottom: 24px;
}
.comp-widget_lists h2 {
  font-size: 26px;
}
.comp-widget_lists li {
  padding: 8px 0;
  max-width: 726px;
  overflow: hidden;
  line-height: 140%;
  border-top: 1px solid #efefef;
}
.comp-widget_lists li:first-child {
  border-top: 0;
}
.comp-widget_lists + .comp-widget_lists {
  margin-bottom: 48px;
}
@media (min-width: 768px) and (max-width: 1025px) {
  .comp-widget_lists {
    margin-bottom: 54px;
    width: 46%;
    float: left;
  }
  .comp-widget_lists h2 {
    font-size: 28px;
  }
  .comp-widget_lists li {
    max-width: 374px;
    font-size: 16px;
  }
  .no-related .comp-widget_lists-title {
    text-align: center;
  }
  .no-related .comp-widget_lists {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .no-related .comp-widget_lists li {
    max-width: 100%;
  }
  .comp-widget_lists + .comp-widget_lists {
    float: right;
  }
}
@media (min-width: 1025px) {
  .comp-widget_lists {
    margin-bottom: 45px;
    width: 100%;
  }
  .comp-widget_lists li {
    max-width: 260px;
  }
}
