.ani_box {
  position: relative;
  width: 400px;
  height: 400px;
  margin: 20px auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ani_square {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  display: block;
  width: 800px;
  height: 800px;
  border: 2px solid red;
  opacity: 1;
  transform: scale(2);
}

.ani_heading,
.ani_btn {
  margin: 50px;
  opacity: 0;
}/*# sourceMappingURL=head-foot-constant-gsap-2.css.map */