.C-Group .CardButton__moduleA a:hover {
  opacity: 0.5;
}
.C-Group .CardButton__moduleA .Link__inner {
  text-decoration: none !important;
}
.C-Group .CardButton__card {
  overflow: hidden;
}
.C-Group .Tab__list {
  display: block;
}
.C-Group .Tab__item {
  width: 100%;
}

.C-Group__line {
  margin-top: 40px;
  border: none;
  border-bottom: 1px solid #999;
}

@media all and (min-width: 769px) {
  .C-Group__line {
    margin-top: 60px;
  }
}

