.ab-company-area {
  padding: 4rem 0;
}
.ab-company-area .tp-hero__shape-img-2 {
  position: absolute;
  bottom: -85%;
  right: 25%;
  animation: tpupdown 1s infinite alternate;
}
@media (max-width: 1199px) {
  .ab-company-area .tp-hero__shape-img-2 {
    bottom: -160%;
    right: 25%;
  }
}

@keyframes tpupdown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}/*# sourceMappingURL=collaboration.css.map */