.features-red {
  background-color: #000;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.features-red__container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.features-red__list {
  margin: 120px 0 140px 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.features-red__item {
  width: 280px;
  overflow: visible;
}

.features-red__item-img-group-container {
  position: relative;
  height: 100px;
  overflow: visible;
}

.features-red__item-img-group {
  position: absolute;
  overflow: visible;
  left: 50%;
  transform: translateX(-36%);
  width: 100%;
}

.features-red__item-img-group::before {
  content: "";
  position: absolute;
  left: 35%;
  transform: translateX(50%);
  top: 40px;
  display: block;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  opacity: 0.3;
  box-shadow: 0 0 150px 130px #d6001c;
}

.features-red__item-img-first {
  width: 200px;
  height: 100px;
  position: absolute;
  z-index: 20;
  background-image: url("/assets/images/features-red/first.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.features-red__item-img-second {
  width: 190px;
  height: 90px;
  position: absolute;
  z-index: 20;
  background-image: url("/assets/images/features-red/second.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 5.5px;
  top: 5.5px;
}

.features-red__item-img-third {
  width: 180px;
  height: 85px;
  position: absolute;
  z-index: 20;
  background-image: url("/assets/images/features-red/second.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 10px;
  top: 8px;
}

.features-red__item-img-main-1 {
  width: 200px;
  height: 135px;
  position: relative;
  z-index: 50;
  background-image: url("/assets/images/features-red/img-1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 35px;
}

.features-red__item-img-main-2 {
  width: 200px;
  height: 135px;
  position: relative;
  z-index: 50;
  background-image: url("/assets/images/features-red/img-2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 35px;
}

.features-red__item-img-main-3 {
  width: 200px;
  height: 135px;
  position: relative;
  z-index: 50;
  background-image: url("/assets/images/features-red/img-3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 35px;
}

.features-red__item-text {
  margin-top: 30px;
  position: relative;
  z-index: 10;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  color: #afafaf;
}

.features-red__item-text strong {
  font-weight: 600;
  color: #fff;
}

@media (max-width: 1024px) {
  .features-red__container {
    margin: 0 20px;
  }

  .features-red__item-img-group::before {
    box-shadow: 0 0 100px 100px #d6001c;
  }

  .features-red__item {
    width: 220px;
  }

  .features-red__item-img-first {
    width: 160px;
    height: 80px;
  }

  .features-red__item-img-second {
    width: 152px;
    height: 72px;
  }

  .features-red__item-img-third {
    width: 144px;
    height: 68px;
  }

  .features-red__item-img-main-1,
  .features-red__item-img-main-2,
  .features-red__item-img-main-3 {
    width: 160px;
    height: 108px;
  }

  .features-red__item-text {
    font-size: 20px;
    margin-top: 25px;
  }
}

@media (max-width: 768px) {
  .features-red__item {
    width: 280px;
  }

  .features-red__item-img-first {
    width: 200px;
    height: 100px;
  }

  .features-red__item-img-second {
    width: 190px;
    height: 90px;
  }

  .features-red__item-img-third {
    width: 180px;
    height: 85px;
  }

  .features-red__item-img-main-1,
  .features-red__item-img-main-2,
  .features-red__item-img-main-3 {
    width: 200px;
    height: 135px;
  }

  .features-red__item-text {
    font-size: 24px;
    margin-top: 30px;
  }

  .features-red__list {
    flex-direction: column;
    align-items: center;
    gap: 100px;
    margin: 80px 0 100px 0;
  }
}
