.block-simple-instagram-block {
  display: flex;
  align-items: center;
  height: 100%;
}
.block-simple-instagram-block img {
  display: block;
}
.block-simple-instagram-block a {
  text-align: center;
  display: block;
  position: relative;
  margin: 22px !important;
  width: calc(50% - 46px) !important;
}
.block-simple-instagram-block a:after {
  content: "\ea92";
  font-family: icomoon;
  font-weight: normal;
  width: 40px;
  padding: 13px 0;
  display: block;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}