.section-history .panel,
.section-news .panel,
.section-realizations .panel {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 64px;
  background-color: #ffffff;
  border-top: 1px solid #e0e0e0;
}

.section-history .panel .col,
.section-news .panel .col,
.section-realizations .panel .col {
  border-bottom: 1px solid #e0e0e0;
}

.section-history .panel .col:not(:last-child),
.section-news .panel .col:not(:last-child),
.section-realizations .panel .col:not(:last-child) {
  border-right: 1px solid #e0e0e0;
}

.section-history .panel .button-arrow,
.section-news .panel .button-arrow,
.section-realizations .panel .button-arrow {
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}

.section-history .panel .button-arrow:hover,
.section-news .panel .button-arrow:hover,
.section-realizations .panel .button-arrow:hover {
  background: #eee;
}

.section-history .panel .col-dots .slick-dots,
.section-news .panel .col-dots .slick-dots,
.section-realizations .panel .col-dots .slick-dots {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media (max-width: 767px) {
  .section-history .panel .col-dots,
  .section-news .panel .col-dots,
  .section-realizations .panel .col-dots {
    display: none;
  }

  .section-history .panel .col:not(.col-dots),
  .section-news .panel .col:not(.col-dots),
  .section-realizations .panel .col:not(.col-dots) {
    width: 50%;
  }
}
