.section-school__img {
  padding-left: 118px;
}

.tech-add {
  max-width: 84%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.tech-add__data {
  flex-grow: 1;
  max-width: 72%;
}
.tech-add__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.tech-add__title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  color: #0d1221;
  text-align: right;
}
.tech-add__name {
  font-size: 73px;
  font-weight: 900;
  line-height: 1;
  color: #0d1221;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.tech-add__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
.tech-add__item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  color: #0d1221;
  text-transform: uppercase;
}
.tech-add__item:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #0d1221;
  left: 4px;
  top: 50%;
  transform: translate(0, -50%);
}
.tech-add__item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1740px) {
  .tech-add {
    max-width: 70%;
  }
  .tech-add__title {
    font-size: 28px;
  }
  .tech-add__name {
    font-size: 55px;
  }
  .tech-add__list {
    gap: 30px;
  }
  .tech-add__item {
    font-size: 16px;
  }
  .tech-add__img {
    max-width: 180px;
  }
}
@media screen and (max-width: 1275px) {
  .tech-add {
    max-width: 100%;
    gap: 25px;
    height: auto;
  }
  .tech-add__data {
    flex-grow: 1;
    max-width: 100%;
  }
  .tech-add__head {
    margin-bottom: 10px;
  }
  .tech-add__head img {
    width: 80px;
  }
  .tech-add__title {
    font-size: 22px;
  }
  .tech-add__name {
    font-size: 30px;
  }
  .tech-add__list {
    gap: 10px;
  }
  .tech-add__item {
    font-size: 12px;
  }
  .tech-add__img {
    width: 120px;
    flex-shrink: 0;
  }
  .tech-add__img img {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .tech-add {
    max-width: 100%;
    gap: 25px;
    height: auto;
  }
  .tech-add__data {
    flex-grow: 1;
    max-width: 100%;
  }
  .tech-add__head {
    margin-bottom: 10px;
  }
  .tech-add__head img {
    width: 80px;
  }
  .tech-add__title {
    font-size: 14px;
  }
  .tech-add__name {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .tech-add__list {
    gap: 10px;
    flex-direction: column;
  }
  .tech-add__item {
    font-size: 8px;
  }
  .tech-add__img {
    display: none;
  }
}/*# sourceMappingURL=section-school-tech-add.css.map */