:root.is-ie {
  background: #fff;
}
:root.is-ie .other-home-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
:root.is-ie .other-home-wrapper__img {
  width: 280px;
  height: 180px;
}
:root.is-ie .other-home-wrapper__text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #6b5635;
}