/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.pubs-part-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pubs-part-logo {
  flex-basis: calc(20% - 10px);
  margin-bottom: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pubs-part-logo img {
  max-width: 150px;
  max-height: 80px;
}

.pubs-part-title {
  font-size: 25px;
  text-align: center;
  margin: 30px 0 30px 0;
  letter-spacing: 0.75px;
}

.pub-part-footer {
  max-height: 400px;
  width: 100%;
  overflow-y: auto;
}
