.am-fs-sb__footer::before {
  content: "";
  display: block;
  /* Ensures the image will be visible */
  background-image: url("/wp-content/uploads/2024/09/cost-logo-white_trans.png");
  /* Replace with the actual image path */
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1;
  margin-block-end: 40px;
}
.am-fs__congrats-main img, .am-fs__congrats-main p, .am-fs__congrats-main span {
  display: none;
}
.am-fs__congrats-main::after {
  content: "Booking Confirmed!";
  font-weight: bold;
}
