
.images-container {
  position: relative;
  max-width: 1260px;
  flex-wrap: wrap;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  justify-content: space-around;
  align-content: space-around;
  min-height: max-content;
  margin: 120px 0;
  display: flex;
  color: white;
}

.imgg {
}

.img-1 {
  position: relative;
  width: 35%;
  padding: 10px 0;
}

.center-txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.txt-flex-container {
  text-align: left;
  position: relative;
  width: 40%;
  height: auto;
  font-size: 2vw;
  padding: 2vw 0;
  color: var( --cadet-blue-2);
}



.img-2 {
  position: relative;
  width: 30%;
  padding: 10px 0;
}


.img-3 {
  position: relative;
  width: 30%;
  padding: 10px 0;
}


.img-4 {
  position: relative;
  width: 80%;
  padding: 10px 0;
}
.pos-rel {
  position: relative;
}
.inside{
  position: relative;
  width: 60%;
  margin-left: 20vw;
  height: auto;
  top: 0;
  left: 0;
  max-width: 1000px;
}

.final-img {
  position: relative;
  width: 100%;
  max-width: 1000px;
}

.final-img-txt {
  text-align: left;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.644);
  width: 100%;
  left: 0%;
  bottom: 0%;
  height: auto;
  font-size: 3vw;
  padding: 2vw 0;
  color: var( --cadet-blue-2);
}

.final-img-txt .center-txt {
  top:0;
  transform: translateY(0);
  display: block;
  position: relative;
  width: 80%;
  left: 10%;
}


@media screen and (max-device-width: 800px)  {
 .elm-1 {
  order:1;
 }
 .elm-2 {
  order:2;
 }
 .elm-3 {
  order:4;
 }
 .elm-4 {
  order:3;
 }
 .elm-5 {
  order: 5;
 }
 .elm-6 {
  order: 6;
 }
 .elm-7 {
  order: 8;
 }
 .elm-8 {
  order: 7;
 }
 .elm-9 {
  order:9;
 }
 .elm-10 {
  order:10;
 }
 .elm-11 {
  order:12;
 }
 .elm-12 {
  order:11;
 }
 .elm-13 {
  order:13;
 }
 .elm-14 {
  order:14;
 }

  .center-txt {
    position: relative;
    top: 0%;
    transform: translateY(0);
  }

  .gallery-container {
    min-height: 550px;
    margin: 10px 0;
  }

  .images-container {
    margin: 30px 0 100px 0;
    gap: 3vh;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
  }

  .gallery-item{

    width: 90%;
    left: 5%;
    max-height: 550px;

  
  }
  .right {
    left: 102%;
  }

  .info-block__dektop{
  
    display: none !important;
  }

  .info-block__mobile{
    padding-bottom: 0 !important;
  }

  .img-1 {
    width: 80%;
  }
  .txt-flex-container{
    width: 80%;
    min-height: 100px;
    font-size: 5vw;
  }

  .inside{
    width: 90%;
    margin-left: 5vw;
    height: auto;


  }
  
  
  .final-img-txt {
    text-align: left;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.644);
    width: 100%;
    left: 0%;
    bottom: 0%;
    height: auto;
    font-size: 4.5vw;
    padding: 2vw 0;
    color: var( --cadet-blue-2);
  }
  
  .final-img-txt .center-txt {
    top:0;
    transform: translateY(0);
    display: block;
    position: relative;
    width: 80%;
    left: 10%;
  }

}

@media screen and (min-device-width: 1920px) {
  .txt-flex-container{

    font-size: 34px;
  }
}