.topic {
  text-decoration: none;
}

.topic__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 25px 0;
  height: 232px;
  border-radius: 0 40px 0 0;
}

.topic__wrapper--blue {
  color: #fff;
  background-color: var(--beforce-blue);
}

.topic__wrapper--light-blue {
  color: #fff;
  background-color: var(--beforce-lightblue);
}

.topic__wrapper--white {
  color: var(--beforce-blue);
  background-color: #fff;
}

.topic__image img {
  margin: 0 auto;
}

.topic__headline {
  font-weight: 600;
}