.workshop-list{
  text-align: center;
  background: linear-gradient(180deg, #000 50%, transparent 50%);
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.workshop-list .overtitle {
  text-transform: uppercase;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: -24px;
  display: block;
}

.workshop-list .title {
  color: white;
  font-size: 40px;
  line-height: 1.2;
}

.workshop-list .title strong {
  color: var(--primary);
}

.workshop-list .workshop-card {
  background: #fff;
  width: 70%;
  padding: 50px;
  margin-bottom: 10px;
  transform: translateY(30px);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
