.picture__block {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}

.left,
.right {
  display: flex;
}

.box {
  transition: all 0.2s;
  position: relative;
  width: 34px;
  height: 34px;
  margin: 0px 10px;

  svg {
    width: 100%;
    height: 100%;
  }
}

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 270px;
  div {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 14px;
    /* identical to box height */

    text-align: center;
  }
}

.right {
  svg {
    transform: rotate(180deg);
  }
}

@media (max-width: 1024px) {
  .wrapper {
    bottom: -20px;

    div {
      font-size: 12px;
    }
  }
  .left,
  .right {
    display: none;
  }
}
