.newcomers-icons_pic {
  margin-bottom: 20px;
  order: 1;
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 720px) {
  .newcomers-icons_pic {
    float: left;
    margin-bottom: 0;
    margin-right: 4%;
    margin-top: 40px;
    text-align: left;
  }
}
.newcomers-icons_text {
  overflow: hidden;
  order: 2;
}
.newcomers-icons_text__float {
  overflow: visible;
}
.newcomers-icons_item {
  margin-bottom: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 720px) {
  .newcomers-icons_item {
    display: block;
  }
}
.newcomers-icons_title {
  order: 0;
}
@media (min-width: 720px) {
  .newcomers-icons_title {
    overflow: hidden;
    margin-bottom: 5px;
  }
}
