.include-contacts img {
  height: 20px;
  margin: auto;
}
.include-contacts .item {
  display: flex;
  column-gap: 12px;
}

.include-contacts .img-block {
  width: 24px;
  display: flex;
}

@media screen and (min-width: 1025px) {
  .include-contacts img {
    height: 28px;
  }
  .include-contacts .img-block {
    width: 26px;
  }
  .include-contacts .item {
    column-gap: 20px;
  }
}