.c_footprints-2 .c_footprints-2__container {
  width: 100%;
  max-width: 1440px;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  margin: 53px auto;

}

@media screen and (max-width: 749px) {
  .c_footprints-2 .c_footprints-2__container {
    display: block;
    padding-top: 40px;
    margin-bottom: 48px;
  }
}

.c_footprints-2 .c_footprints-2__image-wrapper {
  width: 28.68%;
  height: auto;
  aspect-ratio: 370 / 247;
  overflow: hidden;
  margin-right: 2.41%;
}

@media screen and (max-width: 749px) {
  .c_footprints-2 .c_footprints-2__image-wrapper {
    width: 73.7%;
    margin-left: -15px;
  }
}

.c_footprints-2 .c_footprints-2__image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.c_footprints-2 .footprints-wrapper {
  position: relative;
  width: 68.91%;
  height: auto;
  aspect-ratio: 921 / 247;
  overflow: hidden;
}


@media screen and (max-width: 749px) {
  .c_footprints-2 .footprints-wrapper {
    width: 100%;
    aspect-ratio: 375 / 240;
  }
}

.c_footprints-2 .footprint-right, .c_footprints-2 .footprint-left {
  list-style: none;
}

.c_footprints-2 .footprint {
  display: block;  
  content: "";
  position: absolute;
  width: 5.515%;
  height: auto;
  aspect-ratio: 1 / 1;
  opacity: 0;
  transition: opacity .2s;
}

@media screen and (max-width: 749px) {
  .c_footprints-2 .footprint {
    width: 14.26%;
    height: auto;
  }
}

.c_footprints-2 .footprint.visible {
  opacity: 1;
  transition: opacity .2s;
}

.c_footprints-2 .footprint img {
  transition: opacity .2s;
  width: 100%;
  height: auto;
}

.c_footprints-2 .footprint:nth-child(1) {
  top: 74.9%!important;
  left: 2%!important;
  transform: rotate(-65deg)!important;
}

.c_footprints-2 .footprint:nth-child(2) {
  top: 45.9%;
  left: 2%;
  transform: rotate(-67deg)
}

.c_footprints-2 .footprint:nth-child(3) {
  top: 47.0%;
  left: 13.7%;
  transform: rotate(-55deg);
}

.c_footprints-2 .footprint:nth-child(4) {
  top: 17.4%;
  left: 15%;
  transform: rotate(-54deg);
}

.c_footprints-2 .footprint:nth-child(5) {
  top: 27.9%;
  left: 26.4%;
  transform: rotate(-38deg);
}

.c_footprints-2 .footprint:nth-child(6) {
  top: 2%;
  left: 29.9%;
  transform: rotate(-44deg);
}


@media screen and (max-width: 749px) {
  c_footprints-2 .footprint:nth-child(1) {
    top: 65%;
    left: 1%;
    transform: rotate(-59deg);
  }
  
  .c_footprints-2 .footprint:nth-child(2) {
    top: 31.9%;
    left: 5.6%;
    transform: rotate(-58deg);
  }
  
  .c_footprints-2 .footprint:nth-child(3) {
    top: 40%;
    left: 36%;
    transform: rotate(-49deg);
  }
  
  .c_footprints-2 .footprint:nth-child(4) {
    top: 12.4%;
    left: 44%;
    transform: rotate(-43deg);
  }
  
  .c_footprints-2 .footprint:nth-child(5) {
    top: 30%;
    left: 73%;
    transform: rotate(-29deg);
  }
  
  .c_footprints-2 .footprint:nth-child(6) {
    top: 6%;
    left: 86%;
    transform: rotate(-29deg);
  }
  
}