.common-proposal-footer {
  width: 100%;
  display: flex;
  padding: 1rem 0;
  aspect-ratio: 5.12;
  position: relative;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 10px;
  background-image: url("/assets/images/action.svg");
}

.proposal-footer-title,
.proposal-footer-title span {
  font-size: var(--fs-5xl);
}

.proposal-footer-title {
  margin: auto;
  max-width: 20ch;
  text-align: center;
  margin-bottom: 2rem;
  color: var(--green-500);
  font-weight: var(--fw-m);
}

.proposal-footer-title span {
  font-weight: var(--fw-b);
}

.common-proposal-footer .main-btn {
  margin: auto;
  display: block;
  margin-top: 1rem;
  max-width: fit-content;
}

@media (min-width: 992px) {
  .common-proposal-footer {
    padding: 2rem 0;
    position: relative;
  }

  .proposal-footer-title,
  .proposal-footer-title span {
    max-width: 100%;
  }

  .common-proposal-footer .main-btn {
    margin-top: 1.5rem;
  }
}
