/* fonts */
/* //fonts */
/* colors */
/* //colors */
/* shadows */
/* //shadows */
.encyc__item {
  width: 33.3333%;
  border: 1px solid #999;
  margin-left: -0.5px;
  margin-top: -0.5px;
  margin-bottom: -0.5px;
  padding: 24px 39px;
  position: relative;
}

.encyc__item-top {
  margin-bottom: 16px;
}

.encyc__item_title {
  margin-bottom: 8px;
}

.encyc__content {
  max-width: 762px;
}

.encyc__item .info__item_icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-right: 15px;
    margin-left: -15px;
}

#table_more table {
    width: 100%;
}

#table_more td {
    border: 1px #000 solid;
    padding: 3px 5px;
}

div#table_more {
    padding: 60px 30px 30px;
}

@media screen and (max-width: 1440px) {
  .encyc__item {
    padding: 24px;
  }
}

@media screen and (max-width: 991px) {
  .encyc__item {
    width: 50%;
    padding: 16px 12px;
  }
  .encyc__item-top {
    margin-bottom: 18px;
  }
  __content {
    max-width: 530px;
  }
  .encyc__item .info__item_icon {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-right: 10px;
    margin-left: 0px;
}
}

@media screen and (max-width: 767px) {
  .encyc__item {
    width: 100%;
    margin-bottom: 8px;
  }
  .encyc__item_excerpt {
    font-size: 14px;
  }
  .encyc-support .encyc__item {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 0;
    margin-top: -1px;
  }
}
