.ax-about-info h1 {
  max-width: 600px;
  text-transform: uppercase;
  margin-bottom: 40px !important;
  line-height: 1.3;
}

.ax-about-title h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 54px;
}

.ax-about-slogan {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 30px;
}

.ax-about-slogan p {
  max-width: 520px;
  text-align: left;
  margin-bottom: 32px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 549px) {

  .ax-about-info .ax-info-desc p,
  .ax-about-slogan p {
    padding: 0 20px;
    text-align: justify;
  }

  .ax-about-title h1 {
    font-size: 24px;
  }
}