.press-center-media-tabs {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-bottom: 3rem;
}

.press-center-media-tab {
  background: transparent;
  border: 1px solid #d1d1d1;
  margin-bottom: 0;
  margin-right: -1px;
  display: block;
  padding: .5rem 1rem;
}

  .press-center-media-tab:last-of-type {
    margin-right: 0;
  }

  .press-center-media-tab:hover {
    border: 1px solid #dcdcdc;
  }

.press-center-media-title {
  margin-bottom: 3rem;
}

@media (max-width: 991px) {
  .press-center-media-tabs {
    display: none !important;
  }
}
