.space {
  height: 103px;
}
@media screen and (max-width: 750px) {
  .space {
    height: 105px;
  }
}
