/* About Us — mobile: about-02 below content, large & centered */
@media (max-width: 991.98px) {
  .ngps-about-area {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-bottom: clamp(48px, 10vw, 80px) !important;
  }

  .ngps-about-area > .container {
    order: 1;
    width: 100%;
  }

  .ngps-about-area .tp-about-md-shape-2 {
    order: 2;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: min(72vw, 260px);
    max-width: 100%;
    margin: clamp(28px, 6vw, 44px) auto 0;
    padding: 0 16px;
    align-self: center;
    flex-shrink: 0;
    z-index: 1;
  }

  .ngps-about-area .tp-about-md-shape-2 img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
}

@media (max-width: 575.98px) {
  .ngps-about-area .tp-about-md-shape-2 {
    width: min(68vw, 220px);
    margin-top: 24px;
  }
}
