.current-groups-page .header-current-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: url("/images/group-2.jpg") center center no-repeat;
  background-size: cover;
  height: 520px;
  padding-bottom: 7%;
}

.current-groups-page .header-current-group .current-group-text {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: calc(12px + 3vw);
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.current-groups-page .current-groups-section h3 {
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 768px) {
  .current-groups-page .header-current-group { height: 340px; padding-bottom: 10%; }
  .current-groups-page .header-current-group .current-group-text { font-size: calc(14px + 5vw); }
}


