.__technology__language {
  background-color: var(--light-gray);
  border-radius: var(--radius-lg);
  padding: 52px;
  margin-bottom: 38px;
}

.__technology__language__list {
  margin-top: 38px;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.__technology__language__item {
  min-width: 260px;
  border-radius: var(--radius-xl);
  border: 1.09px solid var(--primary-blue);
  background-color: var(--bs-white);
  box-shadow: 0px 50px 200px -40px #0000000f;
}
.__technology__language__item img {
  max-height: 138px;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
}

.__banner__technology__header {
  background: url(../img/banner/img_banner_tech1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) and (min-width: 769px) {
  .__technology__language__item {
    min-width: 200px;
  }
  .__technology__language__item img {
    max-height: 100px;
  }
}

@media (max-width: 768px) {
  .__technology__language {
    margin-bottom: 18px;
    padding: 32px 16px;
  }

  .__technology__language__list {
    margin-top: 24px;
    gap: var(--gap-third);
    width: 100%;
  }
  .__technology__language__item img {
    max-width: 137px;
    max-height: 78.29px;
    min-width: 0;
  }
  .__technology__language__item {
    min-width: 0;
  }
}
