.graphic-container {
  max-width: 100%;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.graphic-container .background {
  max-width: 100%;
  max-height: 400px;
  width: 100%;
  height: auto;
  overflow: hidden;
  object-fit: cover;
  position: relative;
  display: block;
}

.groups-ghc {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  z-index: 10;
  pointer-events: auto;
  overflow: visible;
}

.groups-ghc a:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.group-ghc {
  max-width: 500px;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.title {
  z-index: 700;
  margin-top: -20px;
  width: 100%;
  height: auto;
}

.graphic.first {
  width: 50%;
  height: auto;
}

.group-ghc img {
  width: 90%;
  height: auto;
}

img.graphic {
  width: 60%;
  height: auto;
}