/* Follow us block */
#vandale-blocks-follow-us {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
/* Title */
#vandale-blocks-follow-us .title-wrapper {
  display: flex;
  flex-direction: column;
}
#vandale-blocks-follow-us .title-wrapper h2 {
  color: #000;
  font-family: 'gentium_plusregular', sans-serif;
  font-size: 18px;
}
/* Content */
#vandale-blocks-follow-us .content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 220px;
}
#vandale-blocks-follow-us .content-wrapper a {
  max-width: 32px;
  max-height: 32px;
  margin: 0 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#vandale-blocks-follow-us .content-wrapper a .fa,
#vandale-blocks-follow-us .content-wrapper a .fas,
#vandale-blocks-follow-us .content-wrapper a .fab {
  font-size: 36px;
}
