.stepostin-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 40px 16px;
  box-sizing: border-box;
  background: #070707;
  width: 100%;
}

.stepostin-footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 1140px;
}

.stepostin-footer-icon {
  width: 53px;
  height: 53px;
}

.stepostin-main-footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.stepostin-privacy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.stepostin-copyright {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}

.stepostin-footer-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
}

.stepostin-footer-text-link {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
}

.stepostin-footer-link {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
}

.stepostin-footer-text-cookie {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.stepostin-cookie-link {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
}

.stepostin-cookie-link-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.stepostin-cookie-link-icon {
  width: 8px;
  height: 8px;
}

@media (min-width: 1024px) {
  .stepostin-footer-wrapper {
    flex-direction: row;
  }

  .stepostin-main-footer {
    flex-direction: row;
  }
}
