.image-text {
  display: flex;
  margin: 0 -50px;
}
@media screen and (max-width: 998px) {
  .image-text {
    display: block;
  }
}
.image-text h3 {
  color: #FFA825;
  margin-bottom: 44px;
}
@media screen and (max-width: 998px) {
  .image-text h3 {
    margin-bottom: 18px;
  }
}
.image-text h4 {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.3em;
  margin-bottom: 35px;
}
@media screen and (max-width: 998px) {
  .image-text h4 {
    margin-bottom: 16px;
  }
}
.image-text__img-wrap {
  margin: 0 50px;
}
.image-text__img-wrap img {
  width: 100%;
  height: auto;
}
.image-text__img-wrap.align-top {
  align-self: flex-start;
}
.image-text__img-wrap.align-center {
  align-self: center;
}
.image-text__img-wrap.align-bottom {
  align-self: flex-end;
}
@media screen and (max-width: 998px) {
  .image-text__img-wrap {
    margin-bottom: 18px;
  }
}
.image-text__text-wrap {
  margin: 0 50px;
}
.image-text__text-wrap.align-top {
  align-self: flex-start;
}
.image-text__text-wrap.align-center {
  align-self: center;
}
.image-text__text-wrap.align-bottom {
  align-self: flex-end;
}
.image-text__text-wrap .btn {
  margin-top: 40px;
}
.image-text--invert {
  flex-direction: row-reverse;
}
@media screen and (min-width: 998px) {
  .image-text.image-bigger .image-text__img-wrap {
    width: 60%;
  }
  .image-text.image-bigger .image-text__text-wrap {
    width: 40%;
  }
  .image-text.image-smaller .image-text__img-wrap {
    width: 40%;
  }
  .image-text.image-smaller .image-text__text-wrap {
    width: 60%;
  }
}