.about-hero {
  position: relative;
}

.about-hero .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(/wp-content/uploads/2023/06/tech_folders.webp);
  background-size: cover;
  background-position: center center;
  background-color: rgba(51, 0, 51, 0.5);
  background-blend-mode: overlay;
  opacity: 0.9;
}

.hero-container {
  margin: auto;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: center;
}

.desc-container {
  width: 100%;
  max-width: 550px;
  min-width: 350px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.desc-cta {
  width: 350px;
  margin-bottom: 2rem;
}

.desc-cta .button {
  width: 100%;
  border: 2px solid white;
}

.hero-image {
  width: 100%;
}

.desc-header {
  font-size: 3rem;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
}

.desc-subtext {
  font-size: 1.2rem;
  padding: 1rem;
  text-align: center;
}

.page-header {
  margin: 3rem 0rem;
  width: 100%;
}

.page-header-title,
.page-header-subtitle {
  text-align: center;
  text-transform: uppercase;
}

.page-header-subtitle {
  text-align: center;
}

.portfolio-item {
  display: flex;
  flex-direction: column;
  margin: 2rem auto;
  padding: 2rem;
}

.nobackg-container:not(:last-child)::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 85%;
  padding-top: 20px;
  border-bottom: 1px solid #cecdcd;
}

.portfolio-item-content {
  display: flex;
  flex-direction: column;
  flex: 50%;
  text-align: center;
}

.portfolio-item-subtitle {
  text-transform: uppercase;
}

.portfolio-item-body {
  line-height: 1.5rem;
  text-align: left;
  margin-top: 1rem;
}

.portfolio-item-body > p {
  margin-bottom: 1rem;
}

.portfolio-item-images {
  margin-top: 1rem;
  flex: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.portfolio-item-image {
  margin: 1rem;
  text-align: center;
  max-width: 100%;
}
.portfolio-item-image img {
  max-width: 300px;
}

.portfolio-item-tags {
  display: flex;
}

.portfolio-item-tag {
  background-color: #f3f3f3;
  border: 1px solid #282727;
  border-radius: 10px;
  color: #36383F;
  padding: .5rem;
  margin-right: 8px;
  text-align: center;
  display: flex;
  align-items: center;
}

.portfolio-item-tag > span {
  opacity: 0.75;
}


@media only screen and (min-width: 768px) {
  .portfolio-item {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .bg-container:nth-of-type(odd) .portfolio-item {
    flex-direction: row-reverse;
  }
  .portfolio-item-content {
    text-align: left;
  }
  .portfolio-item-image {
    flex: 100%;
  }
}


/* from about */
.about-hero {
  position: relative;
}

.about-hero .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(/wp-content/uploads/2023/06/team.webp);
  background-size: cover;
  background-position: center center;
  background-color: rgba(51, 0, 51, 0.5);
  background-blend-mode: overlay;
  opacity: 0.9;
}

.hero-container {
  margin: auto;
  display: flex;
  position: relative;
  min-height: 512px;
  justify-content: center;
}

.desc-container {
  width: 100%;
  max-width: 550px;
  min-width: 350px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  z-index: 1;
}

.desc-cta {
  width: 350px;
  margin-bottom: 2rem;
}

.desc-cta .button {
  width: 100%;
  border: 2px solid white;
}

.hero-image {
  width: 100%;
}

.desc-header {
  font-size: 3rem;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
}

.desc-subtext {
  font-size: 1.2rem;
  padding: 1rem;
  text-align: center;
}

.section-header {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 2rem;
}

.section-title {
  font-weight: 600;
  width: fit-content;
  line-height: 3.8rem;
  flex: 100%;
}

.section-preamble {
  opacity: 0.75;
}

.section-subtitle {
  flex: 100%;
  color: #403048;
  opacity: 0.9;
  font-weight: 600;
  text-transform: uppercase;
}

.section-content {
  display: flex;
  flex-direction: column-reverse;
}

.section-text {
  width: 100%;
}

.section-image {
  width: 100%;
  text-align: center;
}

.profile-picture {
  border-radius: 50%;
  margin: auto 0;
  padding: 1rem;
  border: 3px solid rgba(51, 0, 51, 0.5);
}

.page-body {
  margin: auto;
  display: flex;
  flex-direction: column;
  line-height: 1.5rem;
}

.page-body > :nth-child(odd) {
  background-color: #f3f3f3;
}

.page-body > :nth-child(even) {
  background-color: white;
  color: #000000;
}

.content-block {
  padding: 5rem 2rem;
  line-height: 1.5;
}

.content-block p {
  margin: 2.1rem 0;
}

.customers-list {
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
}

.customers-list-item {
  margin-bottom: .5rem;
  margin-left: 1.2rem;
  position: relative;
}

.customers-list-item::before {
  content: "";
  background: #330033;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  position: absolute;
  left: -1.2rem;
  top: 30%;
}

.card-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1em;
}

.card {
  border: 2px solid #cecdcd;
  border-radius: 10px;
  flex: 100%;
  text-align: center;
}

.te-advantage-card {
  background-color: #f3f3f3;
  color: #000000;
}

.icon.material-icons {
  margin: 1rem 0 .5rem 0;
  font-size: 2rem;
  color: #403048;
}

.card-title {
  margin-top: 1rem;
  font-weight: 600;
  line-height: 2rem;
  color: #330033;
}

.card-body {
  text-align: left;
  margin: 1rem;
}

.client-card-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}

.client-card {
  background-color: white;
}

.partner-logo {
  width: 80px;
  height: auto;
  margin: 1rem;
}

.logos {
  flex-wrap: wrap;
}

@media only screen and (min-width: 480px) {
  .partner-logo {
    width: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .hero-shield {
    max-width: 700px;
    transform: translateX(15%) translateY(-50px);
  }

  .hero-container {
    justify-content: flex-end;
  }

  .desc-container {
    justify-content: center;
  }

  .desc-subtext {
    text-align: left;
  }
  .te-advantage-card {
    flex: calc(50% - 2rem);
  }
  .client-card {
    flex: calc(33% - 2rem);
  }

  .section-header {
    justify-content: space-between;
    text-align: left;
  }
  .section-header::after {
    content: "";
    display: block;
    width: 40%;
    padding-top: 10px;
    border-bottom: 3px solid #330033;
  }
  .section-preamble {
    max-width: 65%;
  }

  .section-content {
    flex-direction: row;
    gap: 2rem;
  }

  .section-text {
    max-width: 70%;
  }
  .section-image {
    display: flex;
    flex: 0;
  }
  .partner-logo {
    width: 120px;
    margin: 2rem;
  }
}

@media only screen and (min-width: 1440px) {
  .hero-container {
    min-height: 768px;
  }
  .icon.material-icons {
    font-size: 2.8rem;
  }
  .partner-logo {
    width: 160px;
    margin: 3rem;
  }
}

@media only screen and (max-width: 440px) {
  .desc-cta {
    width: 80%;
  }
}




.people-container {
  display: flex;
  flex-direction: row;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-around;
  flex-wrap: wrap;
}

@media only screen and (max-width: 440px) {
  .people-container {
    flex-direction: column;
    width: 90%;
  }
}

.person-container {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  width: 40%;
  justify-content: space-between;
  align-items: stretch;
}

.person-container a {
  color: black;
}

.person-container a:visited {
  color: black;
}

a.button {
  color: white;
}

a.button:visited {
  color: white;
}

.portfolio-item-container:nth-child(odd) {
  background-color: #f3f3f3;
}

.techempower-advantage-block {
padding-top: 1em;
}



