.section-expolist {
  min-height: calc(100vh - 330px); /* - footer height */
  /* padding-top: calc( 3% + 54px);  + navbar */
}
.section-expolist .tab-pane {
  width: 100%;
}
.section-expolist .expolist-logo-group {
  width: 100%;
  padding-top: 3%;
}
.section-expolist .expolist-logo-group .logo-img {
  border: 1px solid #cdcdcd;
}
.section-expolist .expolist-logo-group .logo-head {
  padding: 10px;
  margin-bottom: 1.5rem;
  color: #474d51;
}

.section-expolist .content-title {
  margin: 2rem 0 1.5rem;
}
