@media screen and (min-width: 970px) {
  .block-img-container {
    flex-direction: column;

  }

  .title-container {
    order: 2!important;
  }

  .big-img-container {
    order: 1!important;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;

  }

  .big-img {
    width: 960px;
    height: 640px;
  }

}
