.nominations {
  display: flex;
  flex-direction: column;
}

.nomination {
  text-decoration: none;
  margin: 0.2em 0;
  line-height: 3em;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
  display: flex;
  align-items: center;
}

.nomination__counter {
  font-weight: 600;
  font-size: 1.6em;
  color: #444444;
  flex: 0;
}

.nomination__title {
  font-weight: 400;
  font-size: 1.4em;
  color: #444444;
  margin-left: 1em;
  flex: 1;
}

.nomination > img {
  flex: 0;
  height: 1em;
}

.arrow-right {
  width: 13px;
  height: 22px;
}

.arrow-up {
  width: 36px;
  height: 22px;
}

@media (max-width: 540px) {
  .nomination__counter {
    font-size: 1.2em;
  }

  .nomination__title {
    font-size: 1em;
  }

  .arrow-right {
    width: 10px;
    height: 16px;
  }

  .arrow-up {
    width: 23px;
    height: 16px;
  }
}
