.__pfs.intro {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  margin: 2rem 0;
  padding: 2rem;
  align-items: flex-start;
  border-radius: 0.5rem;
  gap: 1rem;
  flex-wrap: wrap;
  background: #78028a;
  background-image: url("https://sky-cms-prod.s3.amazonaws.com/1200x250_a876d181e3.jpg");
}

.__pfs.intro h2.__pfs {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  margin: 0;
  line-height: 1;
  text-wrap: pretty;
}

.__pfs.intro p.__pfs {
  color: #fff;
  font-size: 1rem !important;
  line-height: 1.7;
  margin: 0;
}

.__pfs.intro p strong {
  color: #46dc28;
  font-weight: 600;
}

.__pfs.intro .iso {
  margin-top: 0.25rem;
  width: 1.25rem;
}

h2.tracking-normal strong {
  color: #444;
}

.__pfs.intro .text {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.__pfs.intro .logo-black {
  height: 6rem;
  margin-right: auto;
}

@media (max-width: 768px) {
  .__pfs.intro {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    margin: 2rem 0;
    padding: 2rem;
    align-items: flex-start;
    border-radius: 0.5rem;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .__pfs.intro .text {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .__pfs.intro .logo-black {
    margin-right: auto;
    margin-left: auto;
    margin-left: 2rem;
  }
}
