.right-content {
  display: contents;
}

.company-block {
  grid-column-start: span 2;

  .company-list {
    grid-template-columns: repeat(8, 1fr);

    img {
      width: 100px;
      height: 100px;
    }
  }
}

#main {

  .btn-send,
  .tab-tip,
  .selected-item {
    --primary-color: var(--theme-color);
  }
}