.staff-bitrix {
  position: relative;
  overflow: hidden;
  padding: 250px 0 305px;
  background-color: #000;
  z-index: 1;
  background-image: url(images/BitrixAll.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.staff-bitrix-title {
  position: relative;
  font-family: "Ermilov";
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(32px, 5vw, 96px);
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 25px;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  /* h3 {
      transform: translateX(-7%);
      font-size: inherit;
  } */
}
.staff-bitrix-title h2 {
  text-align: center;
  transform: translateX(5%);
  font-size: inherit;
}
.staff-bitrix-title span {
  color: #fff;
}
.staff-bitrix-descr {
  max-width: 681px;
  color: rgb(185, 185, 185);
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin: 0 auto 45px;
}
.staff-bitrix-btn {
  margin: 0 auto;
}
@media (max-width: 480px) {
  .staff-bitrix {
    padding: 100px 0 100px;
  }
  .staff-bitrix-item {
    gap: 10px;
  }
  .staff-bitrix-item svg {
    scale: 0.9;
  }
  .staff-bitrix-title {
    margin-bottom: 30px;
  }
  .staff-bitrix-square__second {
    top: 64%;
    left: -76%;
    scale: 0.6;
  }
  .staff-bitrix-square__three {
    display: none;
  }
  .staff-bitrix-square__four {
    display: none;
  }
}
@media (max-width: 420px) {
  .staff-bitrix-items {
    gap: 20px;
  }
  .staff-bitrix-item {
    gap: 0;
  }
  .staff-bitrix-item img {
    scale: 0.7;
  }
  .staff-bitrix-descr {
    margin: 0;
  }
}