:root {
  --white: #fff;
  --basic-0: #f0f0f0;
  --basic-1: #d9d9d9;
  --button-0: #999;
  --button-1: #cacaca;
  --text-1: #535353;
  --black: #000;
  --right: #027300;
  --wrong: #f47500;
  --black-2: #1e1e1e;
}

.action-info {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 48px;
  line-height: 117%;
  color: var(--black);
  margin-bottom: 20px;
}
@media (max-width: 450px) {
  .action-info {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 32px;
    line-height: 150%;
    text-align: center;
    color: var(--black);
  }
}
.footer-banner {
  position: relative;
  margin-bottom: 50px;
}
.footer-banner-content {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 20px;
}
@media (max-width: 450px) {
  .footer-banner-content {
    max-width: 100%;
    left: 10px;
    bottom: 30px;
    transform: none;
    top: auto;
  }
}
.footer-banner__text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 48px;
  line-height: 117%;
  text-align: right;
  color: var(--black);
}
@media (max-width: 450px) {
  .footer-banner__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 133%;
    text-align: left;
    color: var(--white);
  }
}
.footer-banner__image {
  width: 100%;
}
.footer-banner__image.desktop {
  display: none;
}
@media (min-width: 450px) {
  .footer-banner__image.desktop {
    display: block;
  }
}
.footer-banner__image.mobile {
  display: none;
}
@media (max-width: 450px) {
  .footer-banner__image.mobile {
    display: block;
  }
}
.footer-banner__button {
  text-decoration: none;
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 10px;
}
@media (max-width: 450px) {
  .footer-banner__button {
    display: none;
  }
}
.footer-banner__button-label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 233%;
  color: var(--black);
}

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