@charset "UTF-8";
.readmore-content {
  position: relative;
  height: 490px;
  transition: all .4s;
  overflow: hidden;
}
.readmore-content dd {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.top_information .col-12 {
  margin-bottom: 50px
}
@media print, screen and (min-width: 992px) {
  .readmore-content {
    height: 310px;
  }
}