.page-container {
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding: 2em 1em;
  margin: 10em 0;
}

.info-container {
  width: 100%;
  max-width: 800px;
  position: relative;
  text-align: justify;
}

.page-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1.5em;
}

.info-container h4 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0.5em;
}

.info-container p {
  font-size: 1rem;
}

.page-lists li {
  font-size: 1rem;
  margin-bottom: 0.25em;
}

.outage-wrapper {
  text-align: center;
  margin-bottom: 0.5em;
}

.page-container::before {
  content: "";
  background: url(../Images/about-left.88f40e97.svg) no-repeat;
  background-position: 50%;
  background-size: contain;
  display: block;
  position: absolute;
  height: 400px;
  width: 400px;
  top: 12em;
  left: -6%;
  z-index: -10;
}

.page-container::after {
  content: "";
  background: url(../Images/about-right.e66817dd.svg) no-repeat;
  background-position: 50%;
  background-size: contain;
  display: block;
  position: absolute;
  top: 12em;
  right: -6%;
  height: 400px;
  width: 400px;
  z-index: -10;
}

@media (min-width: 1445px) {
  .page-container::before {
    left: 0;
    height: 520px;
    width: 450px;
  }
  .page-container::after {
    right: 0;
    height: 520px;
    width: 450px;
  }
}

@media (max-width: 1024px) {
  .page-container::before,
  .page-container::after {
    width: 200px;
    height: 200px;
  }

  .page-container::before {
    background: url(../Images/about-left-mobile.5978d608.svg) no-repeat;
    left: 2.5%;
  }

  .page-container::after {
    background: url(../Images/about-right-mobile.c6582fd2.svg) no-repeat;
    right: -1%;
  }
}

@media (max-width: 768px) {
  .page-container::before,
  .page-container::after {
    top: 10%;
    width: 180px;
    height: 200px;
  }
}

@media (max-width: 550px) {
  .page-container::before,
  .page-container::after {
    width: 150px;
    height: 150px;
  }

  .page-container::before {
    left: 0;
  }

  .page-container::after {
    right: -8%;
  }
}
