﻿.box {
  position: relative;
}
.box .box__btn {
  position: absolute;
  top: 0;
  right: 0;
}


.image {
  width: 744px;
  height: 370px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .image {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .image {
    width: 100%;
    height: auto;
  }
}
