.images-block {
  display: flex;
  justify-content: space-between;
}
.images-photo {
  width: calc(50% - 15px);
  height: 280px;
  margin-bottom: 30px;
}
.images-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-news .images-photo {
  height: 360px;
}

@media screen and (max-width: 1199px) {
  .images-photo {
    height: 200px;
  }
  .single-news .images-photo {
    height: 280px;
  }
}
@media screen and (max-width: 991px) {
  .images-photo {
    width: calc(50% - 10px);
    height: 150px;
    margin-bottom: 20px;
  }
  .single-news .images-photo {
    height: 226px;
  }
}
@media screen and (max-width: 767px) {
  .images-photo {
    height: 200px;
  }
  .single-news .images-photo {
    height: 180px;
  }
}
@media screen and (max-width: 400px) {
  .images-photo {
    height: 145px;
  }
  .single-news .images-photo {
    height: 115px;
  }
}
