.cmbox {
  display: flex;
  align-items: end;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 120%;
  color: #000;
  margin-right: 1.5rem;
  text-align: right;
  gap: 1rem;
}
.cmbox span {
  font-weight: normal;
  display: block;
  font-size: 0.7rem;
}
.cmbox img {
  height: 60px;
}
.cmbox .deputy-cm img {
  height: 50px;
}
