.candidate-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 28px 48px;
  background: #263d42;
  color: #fff;
}

.candidate-feature .candidate-photo {
  width: 108px;
  height: 108px;
  object-fit: cover;
  object-position: center top;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 8px 20px #0005;
}

.candidate-feature .tag {
  margin-bottom: 4px;
  color: #f4aa78;
}

.candidate-feature h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}

.candidate-feature div > p:last-child {
  margin: 5px 0 0;
  color: #d0d7d8;
  font-size: 13px;
}

@media (max-width: 760px) {
  .candidate-feature { gap: 18px; padding: 22px 24px; justify-content: flex-start; }
  .candidate-feature .candidate-photo { width: 78px; height: 78px; }
  .candidate-feature h2 { font-size: 22px; }
}
