#main, .site-wrapper {
  background-color: #f2f2f2;
}

h1.page-title {
  color: #363A3F;
  padding: 10px 0;
  max-width: auto;
  margin: 0 auto 10px;
}
@media (max-width: 1200px) {
  h1.page-title {
    max-width: 729px;
  }
}
@media (max-width: 992px) {
  h1.page-title {
    max-width: none;
  }
}
@media (max-width: 768px) {
  h1.page-title {
    max-width: none;
  }
}

#member-overview.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
}
@media (max-width: 1200px) {
  #member-overview.container {
    margin: 0 50px;
    width: unset;
  }
}
@media (max-width: 768px) {
  #member-overview.container {
    margin: 0 20px;
  }
}

#member-overview .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
@media (max-width: 992px) {
  #member-overview .row {
    flex-direction: row;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  #member-overview .row {
    flex-direction: column;
    justify-content: center;
  }
  #member-overview .row > div {
    width: auto;
  }
}

#member-overview .row:before,
#member-overview .row:after {
  display: none;
}

#member-overview .row > div {
  width: 373px;
  padding: 10px;
}
@media (max-width: 992px) {
  #member-overview .row > div {
    width: auto;
  }
}

#member-overview .row .tab-link {
  background: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-align: center;
  padding: 0;
  min-height: 114px;
  border-radius: 5px;
  transition: 0.3s all ease;
  border-bottom: none;
  height: 100%;
}
#member-overview .row .tab-link:hover {
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.11);
  text-decoration: none;
}
#member-overview .row .tab-link .fa {
  width: 50px;
  height: 50px;
  font-size: 50px;
  margin: 0 auto 7px;
}
#member-overview .row .tab-link .card-image {
  object-fit: cover;
  max-height: 208px;
  width: auto;
}
#member-overview .row .tab-link .tab-label {
  font-size: 20px;
  color: #333;
  padding: 17px 18px 18px;
  display: block;
  text-align: left;
}

/*# sourceMappingURL=overview.css.map */
