.technologies-block-column {
  display: flex;
  width: 50%;
  flex-direction: column;
  min-height: 430px;
  padding-bottom: 43px;
}

.technologies-block-column-technologies {
  width: 42%;
}

.technologies-left-title-wrapper {
  min-height: 300px;
}

.technologies-left-title {
  margin: 26px 0;
}

.technologies-left-title > * {
  margin: 0;
  font-size: inherit;
  font-weight: 500;
}

.technologies-left-subtitle {
  margin: 0;
}

.technologies-block-title {
  font-family: var(--font-ft-demi-c);
  font-weight: 500;
  font-size: 36px;
  line-height: 128%;
  color: var(--color-white);
  padding-bottom: 5%;
  position: relative;
  margin: 0;
}

.technologies-block-align-start {
  align-items: flex-start;
}
.technologies-block-align-start .technologies-left-title h2,
.technologies-block-align-start .technologies-left-title {
  margin: 0 0 26px;
}
.technologies-block-align-start .technologies-left-title h2 {
  font-weight: 500;
}

.technologies-block-title:after {
  content: "";
  position: absolute;
  background: var(--color-white);
  height: 2px;
  width: 82px;
  left: 0;
  bottom: 0;
}

.technologies-block-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 25px;
  font-family: var(--font-roboto-regular);
  gap: 6px 0;
}

.technologies-card {
  display: flex;
  flex-basis: 50%;
  width: 50%;
  align-items: center;
  gap: 6.5%;
}

.technologies-card-logo {
  background-image: var(--image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  width: 48px;
  align-self: start;
}

.technologies-card-title {
  font-family: var(--font-roboto-regular);
  font-size: 16px;
  line-height: 150%;
  transition: 0.4s ease-in-out;
  color: var(--color-white);
}

.technologies-bg-blue-waves {
  background-image: url("/wp-content/themes/pnnsite/assets/images/lateral-background/bg-technologies-waves-1440px.webp");
}

.technologies-bg-sea-blue-waves {
  background-image: url("/wp-content/themes/pnnsite/assets/images/lateral-background/technologies-bg-sea-blue-waves-1440px.webp");
}

.technologies-bg-waves {
 background-image: url(/wp-content/themes/pnnsite/assets/images/lateral-background/technologies-bg-waves-1440px.svg);
}
.technologies-bg-purple {
  background-image: url(/wp-content/themes/pnnsite/assets/images/lateral-background/technologies-bg-purple-1440px.webp);
}
.technologies-bg-blue-lines {
  background-image: url(/wp-content/themes/pnnsite/assets/images/lateral-background/technologies-bg-blue-lines-1440px.webp);
}
.technologies-bg-stairs {
  background-image: url("/wp-content/themes/pnnsite/assets/images/lateral-background/bg-purple-stair-1440px.webp");
  transform: scaleX(-1);
}

.technologies-bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  width: 51%;
  aspect-ratio: 738/636;
  left: 0;
}

.technologies-bg-img-reverse {
  left: unset;
  right: 0;
}

.technologies-mobile-bg-img {
  background-image: none;
  background-position: center;
}

.technologies-block-list {
  list-style: disc;
  font-family: var(--font-roboto-regular);
  font-size: 18px;
  line-height: 120%;
}

.technologies-block-list-two-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.technologies-block-list-two-column > .technologies-list-item {
  width: calc(50% - 23.5px);
}

.technologies-list-item {
  margin: 0 0 0.35em 21px;
  width: calc(100% - 21px);
}

@media (max-width: 1023.98px) {
  .technologies-left-title {
    width: 81%;
  }

  .technologies-left-title-wrapper {
    min-height: unset
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .technologies-left-subtitle {
    display: none;
  }
  .technologies-bg-img {
    background-position: right center;
    width: 43%;
  }

  .technologies-card {
    gap: 2%;
  }

  .technologies-block-column-technologies {
    width: 53%;
  }

  .technologies-block-column {
    min-height: 390px;
  }

  .technologies-block-list {
    font-size: 16px;
  }

  .technologies-block-cards {
    gap: 9px 0;
  }

  .technologies-bg-waves {
    background-image: url(/wp-content/themes/pnnsite/assets/images/lateral-background/technologies-bg-waves-1023px.webp);
  }
  .technologies-mobile-bg-img {
    background-image: none;
    align-self: flex-start;
    width: 47%;
  }
}

@media (max-width: 767.98px) {
  .technologies-left-title {
    width: 100%;
    margin: 0 0 18px 0;
    font-size: 26px;
    line-height: 120%;
  }
  .technologies-left-subtitle {
    font-size: 15px;
  }
  .technologies-block-cards {
    margin-top: 1em;
    gap: 14px 0;
  }

  .technologies-card {
    gap: 10px;
  }

  .technologies-card-title {
    font-size: 14px;
  }

  .technologies-card-logo {
    width: 40px;
  }

  .technologies-block-column {
    width: 100%;
    min-height: unset;
    padding-bottom: 0;
  }

  .technologies-block-title {
    font-size: 26px;
    line-height: 100%;
  }

  .technologies-block-list {
    font-size: 14px;
  }
  .technologies-list-item {
    margin-left: 15px;
    width: calc(100% - 15px);
  }
  .technologies-block-list-two-column > .technologies-list-item {
    width: calc(50% - 17.5px);
  }
  .technologies-bg-waves {
    background-image: url(/wp-content/themes/pnnsite/assets/images/lateral-background/technologies-bg-waves-768px.webp);
  }
  .technologies-bg-purple {
      background-image: url(/wp-content/themes/pnnsite/assets/images/lateral-background/technologies-bg-purple-768px.webp);
  }
  .technologies-bg-blue-waves {
    background-image: url("/wp-content/themes/pnnsite/assets/images/banner/blue_dark_waves.webp");
  }
  .technologies-bg-sea-blue-waves {
    background-image: url("/wp-content/themes/pnnsite/assets/images/lateral-background/technologies-bg-sea-blue-waves-768px.webp");
  }
  .technologies-bg-stairs {
    background-image: url("/wp-content/themes/pnnsite/assets/images/lateral-background/bg-purple-stair-768px.webp");
  }

  .technologies-mobile-bg-img {
    display: flex;
    align-items: center;
    padding: 4% 7%;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 275px;
    max-height: 275px;
  }
}

@media (max-width: 576px) {
  .technologies-left-subtitle {
    font-size: 12px;
  }
}
