.tech__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 100px;
  padding-bottom: 100px;
}
.tech_first__right {
    display: flex;
}
@media screen and (max-width: 1560px) {
  .tech__list {
     gap: 60px;
  }
}
@media screen and (max-width: 670px) {
  .tech__list {
    padding-bottom: 60px;
  }
}
.tech__list.second {
  padding-bottom: 150px;
}
@media screen and (max-width: 1560px) {
  .tech__list.second {
  padding-bottom: 60px;
}
}
.tech__list.second .tech__item:nth-child(even) .tech_first__right {
  order: -1;
}

.tech__list.second .tech__item:nth-child(odd) .tech_first__right {
  order: 1;
}

@media screen and (max-width: 1200px) {
  .tech__list.second .tech__item:nth-child(odd) .tech_first__right {
    order: -1;
  }
}

.tech__item {
  display: flex;
  align-items: end;
  gap: 10px;
  padding-bottom: 30px;
  border-bottom: 2px solid #f2cf30;
}
.tech__item--last {
      border-bottom:none;
}
.tb_text_block--last {
      border-left: 4px solid #f2cf30;
      padding-left:20px;
}
.tech__item:nth-child(even) .tech_first__right {
  order: 1;
}

@media screen and (max-width: 1200px) {
  .tech__item:nth-child(even) .tech_first__right {
    order: -1;
  }
}
@media screen and (max-width: 1200px) {
  .tech__item {
    flex-wrap: wrap;
  }
}

.tech_first__right img {
  position: relative;
  width: 100%;
}

.tech_first__left--container {
  display: flex;
  align-items: end;
}

.tech_first__left {
  height: -moz-fit-content;
  height: fit-content;
  padding: 45px 40px;
  background-color: rgba(217, 217, 217, 0.23);
  max-width: 894px;
}
.tech_first__left p {
  font-size: 24px;
  font-weight: 500;
}
.tech_first__left h3 {
  font-size: 48px;
  font-weight: 600;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #f2cf30;
}
.tech_first__left h3 span {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1705px) {
  .tech_first__left p {
  font-size: 18px;
}
} 
@media screen and (max-width: 1500px) {
   .tech_first__left h3{
        font-size: 22px;
    }
    .tech_first__left h3 span{
        font-size: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .tech_first__left h3{
        font-size: 48px;
    }
    .tech_first__left h3 span{
        font-size: 24px;
    }
  .tech__item .tech_first__right {
    order: -1;
  }
  .tech__item .tech_first__right img {
    right: 0;
    left: 0;
  }
} 
@media screen and (max-width: 560px) {
     .tech_first__left h3{
        font-size: 22px;
    }
    .tech_first__left h3 span{
        font-size: 20px;
    }
  .tech_first__left p {
  font-size: 16px;
}
.tech__list.second {
    padding-bottom: 40px;
}
} 

@media screen and (max-width: 780px) {
  .tech__list {
    gap: 40px;
  }
}/*# sourceMappingURL=tb_list_styles.css.map */
