.about_tech {
  display: flex;
  padding: 40px 360px 0;
  justify-content: center;
  background-color: #f9f9fb;
  /* flex-wrap: wrap; */
}

.about_tech-picture {
  flex: 1;
  max-width: 640px;
}

.about_tech-text {
  flex: 1;
  max-width: 600px;
  min-width: 600px;
}

.about_tech-picture img {
  max-width: 600px;
}

.about_tech-elements {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.about_tech-element {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 650px;
}

.about_tech-element span {
  font-size: 16px;
}

.about_tech-element p {
  font-size: 22px;
}

.about_tech h2 {
  font-family: Roboto;
  font-size: 40px;
  font-weight: 700;
  line-height: 52.73px;
  text-align: left;
}

.about_tech h5 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 23.44px;
  text-align: left;
  color: #a3aaaf;
}

@media (max-width: 1250px) {
  .about_tech-element span {
    font-size: 14px;
  }

  .about_tech-element p {
    font-size: 20px;
  }

  .about_tech h2 {
    font-size: 35px;
  }

  .about_tech-text {
    max-width: 500px;
    min-width: 500px;
  }

  .about_tech-picture {
    max-width: 540px;
  }

  .about_tech-picture img {
    max-width: 540px;
  }
}

@media (max-width: 1000px) {
  .about_tech-text {
    order: 1;
  }

  .about_tech-picture {
    order: 2;
  }

  .about_tech {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .about_tech {
    padding: 0;
  }
  .about_tech-element span {
    font-size: 12px;
  }

  .about_tech-element p {
    font-size: 18px;
  }

  .about_tech h2 {
    font-size: 28px;
  }

  .about_tech-text {
    max-width: 400px;
    min-width: 400px;
  }

  .about_tech-picture {
    max-width: 440px;
  }

  .about_tech-picture img {
    max-width: 440px;
  }

  .about_tech-element img {
    width: 40px;
  }
}

@media (max-width: 450px) {
  .about_tech {
    padding: 0;
  }
  .about_tech-element span {
    font-size: 10px;
    line-height: 15px;
  }

  .about_tech-element p {
    font-size: 16px;
  }

  .about_tech h2 {
    font-size: 23px;
    line-height: 30px;
  }

  .about_tech-text {
    max-width: 280px;
    min-width: 280px;
    margin-top: 30px;
  }

  .about_tech-picture {
    max-width: 300px;
  }

  .about_tech-picture img {
    max-width: 300px;
  }
}
