.important-info-container {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  height: auto;
  margin-top: 100px;
  left: 50%;
  display: flex;
  flex-direction: column;
  background: rgba(114, 18, 121, 1);
  background: linear-gradient(0deg, #cc0099, #671e75);
}

.container-wrap {
  padding: 0 34px;
  padding-bottom: 2rem;
  max-width: 75rem;
  margin: 0 auto;
}

.important-info-container h2.__pfs.title-2 {
  color: #fff;
  text-align: center;
  margin-top: 3rem;
  position: relative;
  font-weight: 600;
}

.important-info-container h2.title-2::before {
  left: 0;
}

.important-info-container h2.title-2::after {
  right: 0;
}

.__pfs.info-description {
  padding: 1rem;
  border-radius: 0 0 0.5rem 0.5rem;
  background: #fff;
  margin-top: -0.24rem;
  position: relative;
  gap: 1rem;
  display: flex;
  flex-direction: column;
}

.__pfs.info-description p.__pfs {
  margin: 0;
}

strong.__pfs.info-promocode {
  border-top: solid 1px #ccc;
  padding-top: 1rem;
  text-align: center;
}

@media (max-width: 768px) {
  .bg-cover {
    background: rgba(114, 18, 121, 1);
    background: linear-gradient(0deg, #cc0099, #671e75) !important;
  }
}
