.custom-card-with-thumbnail {
  padding: 20px;
  border-radius: 16px;
  background-color: #f8f6ff;
  margin-top: 40px;
}

.custom-card-with-thumbnail + * {
  margin-top: 40px !important;
}

.custom-card-with-thumbnail .thumbnail {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 10px;
  border-radius: 100%;
  margin: auto;
}

.custom-card-with-thumbnail .thumbnail img {
  width: 32px;
  height: 32px;
}

.custom-card-with-thumbnail .card-heading {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #0e121b;
  margin-top: 12px;
  margin-bottom: 12px;
}

.custom-card-with-thumbnail .card-content {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #2b303b;
  margin-top: 0;
}
