.two_photo_desc {
  display: flex;

  gap: 25px;
  row-gap: 50px;
  justify-content: center;
}
.two_photo_desc .two_photo_desc__text {
  max-width: 850px;
}
.two_photo_desc .two_photo_desc__text h3 {
  font-size: 24px;
  font-weight: 500;
}
.two_photo_desc .two_photo_desc__text p {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1570px) {
  .two_photo_desc {
    padding-bottom: 60px;
     flex-wrap: wrap;
  }
}
@media screen and (max-width: 1045px) {

  .two_photo_desc .two_photo_desc__text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 780px) {
  .two_photo_desc .two_photo_desc__text h3 {
    font-size: 22px;
  }
  .two_photo_desc .two_photo_desc__text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 560px) {
  .two_photo_desc .two_photo_desc__text h3 {
    font-size: 20px;
  }
}

.two_photo_desc__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  max-width: 820px;
}

@media screen and (max-width: 1420px) {
    .two_photo_desc{
            margin-bottom:0px;
    padding-bottom:0px;
    }

}

.two_photo_desc__item img {
  width: 100%;
}
@media screen and (max-width: 1865px) {
  .two_photo_desc__item {
    max-width: 750px;
  }
}
@media screen and (max-width: 1726px) {
  .two_photo_desc__item {
    max-width: 700px;
  }
}
@media screen and (max-width: 1625px) {
  .two_photo_desc__item {
    max-width: 650px;
  }
}
@media screen and (max-width: 1525px) {
  .two_photo_desc__item {
    max-width: 600px;
  }
}
@media screen and (max-width: 1423px) {
  .two_photo_desc__item {
    max-width: 820px;
  }
}

.two_photo_desc__photo_container {
  position: relative;
}
.two_photo_desc__photo_container:hover .popup {
  opacity: 1;
}
.two_photo_desc__photo_container .popup {
  display: flex;
  align-items: end;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: var(--kpb_dark_opacity, rgba(12, 14, 17, 0.4));
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  font-size: 24px;
  font-weight: 500;
  padding: 30px 25px 25px 25px;
  transition: all ease-out 0.4s;
}
@media screen and (max-width: 970px) {
  .two_photo_desc__photo_container .popup {
    font-size: 20px;
  }
}
@media screen and (max-width: 560px) {
  .two_photo_desc__photo_container .popup {
    font-size: 18px;
  }
  .two_photo_desc{
      padding-bottom: 40px;
  }
}
@media screen and (max-width:500px) {
  .two_photo_desc__photo_container .popup {
    font-size: 12px;
  }
}

@media screen and (max-width:340px) {
  .two_photo_desc__photo_container .popup {
    padding: 15px 10px 15px 10px;
  }
}/*# sourceMappingURL=2photoAndDesc.css.map */