.ax-about-hero {
  .ax-hero__play-btn {
    display: none;
  }
}

.ax-about-section-info {
  padding-top: 100px !important;
}

.ax-info-image img {
  object-fit: cover;
}

.ax-info-image,
.ax-info-image .img,
.ax-info-image .img-inner,
.ax-info-image img {
  height: 100%;
}

.ax-about-section-info .ax-link.ax-link-info a {
  font-size: 1rem;
}

.ax-info-desc p {
  font-weight: 400;
  font-size: 16px;
}

@media (min-width: 1280px) {
  .ax-info-image img {
    height: auto;
    aspect-ratio: 3 / 2;
  }
}

@media (min-width: 550px) {

  .ax-about-section-info .col:has(.ax-link-info) .col-inner,
  .ax-about-section-info .col:last-child .col-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .ax-about-section-info .ax-link-info {
    margin-top: auto;
    margin-bottom: 0;
  }
}

.ax-banner-title h1 {
  font-weight: 600;
  font-style: normal;
  font-size: 35px;
  line-height: 43px;
}