.section-other .row .col:nth-child(even) .other-block {
  margin-left: -7px;
}

.section-other .row .col:nth-child(odd) .other-block {
  margin-right: -7px;
}

.other-block {
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-height: 15vh;
}

.other-block-text {
  margin: 0;
  line-height: 1rem;
}

.other-block a {
  color: inherit;
}

.section-other .other-block .my-icon {
  font-size: 1.5rem;
  width: 1.5rem;
  height: auto;
}


