.about_us_main_img {
  margin: 0 0 0 auto;
}

.ptnew_about_below_content_wrapper {
  background: linear-gradient(270deg, rgba(255, 124, 28, 0.15) 0%, rgba(136, 173, 255, 0.15) 100%);
  padding: 20px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 18px;
}

.ptnew_about_below_para {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-left: 15px;
  margin-bottom: 0;
}

.ptj-section {
  margin: 0 auto;
  padding: 60px 20px;
}

.ptj-title {
  margin: 0 0 12px;
}

.ptj-year-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 36px 0 28px;
  user-select: none;
  overflow-x: auto;
  padding: 10px;
}

.ptj-tab-btn {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition:
    transform .5s cubic-bezier(.34, 1.56, .64, 1),
    background .35s,
    color .35s,
    box-shadow .35s;
}

.ptj-tab-btn:focus-visible {
  outline: 3px solid #93b1ff;
  outline-offset: 3px;
}

.ptj-connector {
  width: 56px;
  min-width: 56px;
  height: 2px;
  background-image:
    linear-gradient(to right,
      #b9c4e3 40%,
      transparent 0%);
  background-size: 8px 2px;
  background-repeat: repeat-x;
}

.ptj-card-container {
  position: relative;
  height: 430px;
  perspective: 1400px;
}

.ptj-shadow-one {
  position: absolute;
  left: 6%;
  right: 6%;
  top: 0;
  height: 370px;
  border-radius: 24px;
  background: #001149;
  transform: translateY(26px) scale(.92);
  box-shadow: 0 24px 40px -18px rgba(0, 0, 0, .6);
  z-index: -1;
}

.ptj-shadow-two {
  position: absolute;
  left: 3%;
  right: 3%;
  top: 0;
  height: 360px;
  border-radius: 24px;
  background: #001149;
  transform: translateY(14px) scale(.96);
  z-index: 0;
}

.ptj-card-stack {
  position: absolute;
  inset: 0;
  height: 350px;
  z-index: 1;
}

.ptj-icon-badge {
  width: 95px;
  height: 95px;
  min-width: 68px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ptj-card-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 34px;
}

.ptj-card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}

.ptj-milestone-badge {
  background: #AE5502;
  color: var(--ux4g-color-neutral-50);
  padding: 0px 10px;
  border-radius: 20px;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
}

.ptj-as-on {
  color: var(--ux4g-color-neutral-50);
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.ptj-milestone-title {
  margin: 0;
  color: var(--ux4g-color-neutral-50);
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}

.ptj-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 40px;
}

.ptj-stat-value {
  margin: 0 0 4px;
  color: var(--ux4g-color-neutral-50);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.ptj-stat-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--ux4g-color-neutral-50);
  margin: 0;
}

@keyframes ptjBounceIn {
  0% {
    transform: translateY(26px) scale(.92);
    opacity: .5;
  }

  55% {
    transform: translateY(-8px) scale(1.03);
    opacity: 1;
  }

  78% {
    transform: translateY(3px) scale(.99);
  }

  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.ptj-bounce {
  animation: ptjBounceIn .6s cubic-bezier(.34, 1.56, .64, 1);
}

.ptj-card-2022 {
  padding: 0 !important;
}

.ptj-card-2022-content_outer {
  height: 100%;
  padding: 28px 42px 30px;
}

.ptj-card-2022-content {
  /* display: flex;
  align-items: center; */
}

.ptj-2021-icon {}

.ptj-2022-main {
  display: flex;
  align-items: center;
  gap: 18px;
}

.ptj-2022-main .ptj-icon-badge {
  /* width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden; */
}

.ptj-2022-main .ptj-icon-badge img {
  /* width: 100%;
  height: 100%;
  object-fit: contain; */
}

.ptj-2022-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ptj-2022-heading .ptj-milestone-badge {
  margin-bottom: 4px;
}

.ptj-2022-title {
  margin: 0;
  color: var(--ux4g-color-neutral-50);
  font-size: 16px;
  line-height: 1.15;
  font-weight: 700;
}

.ptj-2022-subtitle {
  margin: 2px 0 0;
  color: var(--ux4g-color-neutral-50);
  font-size: 10px;
  line-height: 1.3;
}

.ptj-2022-feature {
  min-width: 0;
}

.ptj-introduced-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 7px;
  margin-bottom: 5px;
  border-radius: 999px;
  background: #ffffff;
  color: #2661E0;
  font-size: 7px;
  line-height: 1.2;
  font-weight: 600;
}

.ptj-2022-feature-title {
  margin-bottom: 0px;
  color: var(--ux4g-color-neutral-50);
  /* font-size: 12px; */
  /* line-height: 1.25; */
  font-weight: 700;
  text-align: left;
}

.ptj-2022-feature-description {
  /* max-width: 190px; */
  /* margin: 0; */
  color: var(--ux4g-color-neutral-50);
  /* font-size: 8px; */
  /* line-height: 1.35; */
  text-align: left;
}

.ptj-tab-bar {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border-radius: 12px;
  margin-bottom: 36px;
}

.ptj-2022-feature-title-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background-color: #AE5502;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}

.ptj-2022-features {
  display: flex;
  /* grid-template-columns: repeat(3, 1fr); */
  /* gap: 32px; */
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.ptj-2021-description {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #FAFAFA;
}

.ptj-2021-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.ptj-power-platform-description {
  max-width: 370px;
  color: var(--ux4g-color-neutral-50);
  text-align: left;
}

.ptj-2021-grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.ptj-2021-badge-num {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.ptj-2021-badge-num {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.ptj-2022-feature-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.ptj-card-content {
  height: 100%;
  padding: 28px 42px 30px;
}

.ptj-features {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  gap: 50px;
}

.ts-year {
  font-size: 52px;
  font-weight: 700;
  line-height: 72px;
  color: #2661E0;
  margin-bottom: 20px;
  -webkit-text-stroke: 1.5px currentColor;
}

.ts-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 28px;
}

.ts-cols ul {
  list-style: disc;
  /* margin: 0; */
  padding-left: 20px;
}

.ts-cols li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 7px 0 7px 16px;
  position: relative;
}

.ts-icon-chip {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .ptj-section {
    padding: 40px 15px;
  }

  .ptj-card-container {
    height: 560px;
  }

  .ptj-card-header {
    align-items: flex-start;
  }

  .ptj-stats-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ptj-icon-badge {
    width: 55px;
    height: 55px;
    min-width: 55px;
  }

  .ptj-card-2022-content {
    padding: 25px 28px;
  }

  .ptj-2022-features {
    gap: 18px;
  }

  .ptj-2022-feature-title {
    font-size: 11px;
  }

  .ptj-2022-feature-description {
    font-size: 8px;
  }
}

@media (max-width: 480px) {
  .ptj-year-wrapper {
    justify-content: flex-start;
  }

  .ptj-card-container {
    height: 650px;
  }

  .ptj-card-header {
    gap: 12px;
  }

  .ptj-card-2022-content {
    padding: 22px;
  }

  .ptj-2022-features {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ptj-2022-feature-description {
    max-width: 100%;
  }

}