.services {
  margin-top: 150px;
  position: relative;
  display: block;
}

.services .light {
  width: 500px;
  position: absolute;
  top: -200px;
  user-select: none;
  z-index: 1;
}

.services .title {
  z-index: 99999;
  position: relative;
}

.services__wrap {
  display: flex;
  justify-content: space-between;
  z-index: 99999;
  position: relative;
  margin-top: 30px;
}

.services__text {
  width: 520px;
  line-height: 27px;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.services__images {
  width: 400px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.services__images img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  /* object-fit: contain; */
}

.services__images-item {
  position: relative;
  border-radius: 6px;
}

.services__images-item div {
  width: 100%;
  height: 100%;
  background: #4006539a;
  position: absolute;
  inset: 0;
  border-radius: 6px;
}

@media (max-width: 980px) {
  .services__images {
    width: 350px;
  }
  .services__text {
    font-size: 16px;
  }
}

@media (max-width: 930px) {
  .services__wrap {
    gap: 30px;
  }
  .services__images {
    width: 100%;
  }
  .services__images-item div {
    font-size: 14px;
  }
}

@media (max-width: 710px) {
  .services {
    margin-top: 80px;
  }

  .services__text {
    gap: 30px;
  }
  
  .services__wrap {
    flex-direction: column;
    align-items: center;
  }

  .services__images {
    width: 300px;
  }

  .services__text {
    width: 100%;
  }

  .services .light {
    width: 100%;
  }

  .services__images-item div {
    height: 96%;
  }
}

@media (max-width: 472px) {
  .services__images {
    width: 100%;
  }
}
