.newSite2Photo {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-flow: row nowrap;
  align-items: stretch;
  align-content: stretch;
  overflow: hidden;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .newSite2Photo {
    flex-flow: column;
  }
}
.newSite2Photo_single {
  flex: 0 0 50%;
  display: block;
  border: 1px solid var(--mainColor--black);
}
@media only screen and (max-width: 768px) {
  .newSite2Photo_single {
    flex-basis: 100%;
    margin-bottom: 17px;
  }
}
@media only screen and (min-width: 1024px) {
  .newSite2Photo_single:first-of-type {
    border-right: unset;
  }
}
.newSite2Photo_single-img__wrapper {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 78.521%;
  position: relative;
  border: 1px solid var(--mainColor--black);
}
@media only screen and (min-width: 768px) {
  .newSite2Photo_single-img__wrapper:nth-of-type(2) {
    border-left: none;
  }
}
@media only screen and (max-width: 768px) {
  .newSite2Photo_single-img__wrapper:nth-of-type(2) {
    border-top: none;
  }
}
.newSite2Photo_single-img__wrapper--img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.newSite2Photo_single-title {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  line-height: 1.22;
  padding: 0.944em 0;
  text-align: center;
  color: var(--mainColor--black);
}
@media only screen and (max-width: 768px) {
  .newSite2Photo_single-title {
    font-size: 15px !important;
    padding: 0.667em 0 0.6em;
  }
}
