.about-info {
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding: 2em 1em;
  margin: 10em 0;
}

.info-container {
  width: 100%;
  max-width: 780px;
  position: relative;
}

.info-container h4 {
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  line-height: 1.6;
  color: #403f41;
  padding: 1.5em 0.5em;
}

.info-container p {
  color: #403f41;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: justify;
}

.info-container p span {
  font-weight: bold;
  color: #0066cc;
}

.about-info::before {
  content: "";
  background: url(../Images/about-left.88f40e97.svg) no-repeat;
  background-position: 50%;
  background-size: contain;
  display: block;
  position: absolute;
  height: 450px;
  width: 520px;
  top: 12em;
  left: -6%;
  z-index: -10;
}

.about-info::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: 450px;
  width: 520px;
  z-index: -10;
}

@media (min-width: 1445px) {
  .about-info {
    margin: 5em 0;
  }
  .info-container p {
    font-size: 1.25rem;
  }

  .about-info::before {
    left: -3%;
  }
  .about-info::after {
    right: -3%;
  }
}

@media (max-width: 1024px) {
  .about-info::before,
  .about-info::after {
    width: 200px;
    height: 200px;
  }

  .about-info::before {
    background: url(../Images/about-left-mobile.5978d608.svg) no-repeat;
    left: 2.5%;
  }

  .about-info::after {
    background: url(../Images/about-right-mobile.c6582fd2.svg) no-repeat;
    right: -1%;
  }
}

@media (max-width: 768px) {
  .about-info {
    margin: 8em 0 5em 0;
  }

  .about-info::before,
  .about-info::after {
    top: 8em;
    width: 180px;
    height: 200px;
  }

  .info-container {
    max-width: 850px;
  }
}

@media (max-width: 550px) {
  .about-info::before,
  .about-info::after {
    width: 150px;
    height: 150px;
  }

  .about-info::before {
    left: 0;
  }

  .about-info::after {
    right: -8%;
  }

  .info-container h4 {
    font-size: 1.4rem;
    padding: 1.5em 0;
  }
  .info-container p {
    font-size: 1rem;
  }
}
