﻿.footer-story-wizard {
  background-color: #2C267A;
  color: #ffffff;
}
.footer-story-wizard .holder {
  padding: 23px 26px 22px;
  max-width: 1577px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .footer-story-wizard .holder {
    padding-top: 26px;
    padding-right: 30px;
    padding-bottom: 26px;
    padding-left: 31px;
    flex-direction: row;
    row-gap: 20px;
  }
}
.footer-story-wizard .list {
  display: flex;
  gap: 30px;
  margin-bottom: 17px;
  margin-top: 27px;
}
@media (min-width: 992px) {
  .footer-story-wizard .list {
    margin: 0;
  }
}
.footer-story-wizard .list-item {
  position: relative;
}
.footer-story-wizard .list-item::after {
  position: absolute;
  left: -15px;
  top: 4px;
  bottom: 0;
  content: "";
  width: 1px;
  height: 70%;
  background-color: #ffffff;
}
.footer-story-wizard .list-item:last-child::after {
  display: none;
}
.footer-story-wizard .list a {
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
}
.footer-story-wizard .list a:hover, .footer-story-wizard .list a:focus {
  text-decoration: underline;
  color: #ffffff;
}
.footer-story-wizard .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 20px;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .footer-story-wizard .copyright {
    border-top: unset;
    padding-top: 0;
    width: auto;
    text-align: unset;
  }
}
.footer-story-wizard .copyright p {
  font-size: 15px;
  line-height: 19px;
}
