#hook_home_bottom {
  background-color: #545454;
}

.curved-arrow-decoration {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  width: 300px;
  bottom: -1rem;
  right: 5%;
  transform: rotate(-5deg);
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  .curved-arrow-decoration {
    display: none;
  }
}

/*# sourceMappingURL=home.css.map */
