.block_multiple_items__title {
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 110%;
  letter-spacing: 0.006rem;
  color: #d14c29;
  text-align: center;
  margin-bottom: 1.5rem;
}

.block_multiple_items__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.625rem;
}

.block_multiple_items__container {
  width: 100%;
  height: 9.125rem;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block_multiple_items__container a {
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 110%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.006rem;
  color: #f9f9f9;
  padding: 0 0.9875rem;
}

.block_multiple_items__container a p {
  margin-bottom: 0;
}

.block_multiple_items__container:nth-child(9n + 1) {
  background-color: #377bb5;
}

.block_multiple_items__container:nth-child(9n + 1):hover {
  background-color: #1d4b72;
}

.block_multiple_items__container:nth-child(9n + 2) {
  background-color: #d75453;
}
.block_multiple_items__container:nth-child(9n + 2):hover {
  background-color: #ac3837;
}

.block_multiple_items__container:nth-child(9n + 3) {
  background-color: #efac57;
}
.block_multiple_items__container:nth-child(9n + 3):hover {
  background-color: #ef9c34;
}

.block_multiple_items__container:nth-child(9n + 4) {
  background-color: #3c885d;
}
.block_multiple_items__container:nth-child(9n + 4):hover {
  background-color: #1f613c;
}

.block_multiple_items__container:nth-child(9n + 5) {
  background-color: #ee704e;
}
.block_multiple_items__container:nth-child(9n + 5):hover {
  background-color: #ca502f;
}

.block_multiple_items__container:nth-child(9n + 6) {
  background-color: #608748;
}
.block_multiple_items__container:nth-child(9n + 6):hover {
  background-color: #486c33;
}

.block_multiple_items__container:nth-child(9n + 7) {
  background-color: #615a96;
}
.block_multiple_items__container:nth-child(9n + 7):hover {
  background-color: #463f78;
}

.block_multiple_items__container:nth-child(9n + 8) {
  background-color: #134c7c;
}
.block_multiple_items__container:nth-child(9n + 8):hover {
  background-color: #06355d;
}

.block_multiple_items__container:nth-child(9n + 9) {
  background-color: #10232a;
}
.block_multiple_items__container:nth-child(9n + 9):hover {
  background-color: #010203;
}

@media screen and (min-width: 768px) {
  .block_multiple_items__title {
    font-size: 1.5rem;
    margin-bottom: 1.23rem;
    text-align: start;
  }

  .block_multiple_items__content {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.88rem;
  }

  .block_multiple_items__container {
    height: 13.75rem;
  }

  .block_multiple_items__container a {
    font-size: 1.375rem;
    line-height: 1.5rem;
    padding: 0 2.15rem;
  }
}
