.mod_s_fzS--indent {
  padding-left: 1em;
  text-indent: -1em;
}

.mod_flex--wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mod_flex--wrap .mod_img {
  flex-basis: 38%;
}

.mod_flex--wrap .mod_img a img {
  width: 100%;
}

.mod_flex--wrap .mod_data {
  flex-basis: calc(62% - 30px);
}

@media only screen and (max-width:767.98px) {
  .mod_flex--wrap .mod_img {
    flex-basis: 100%;
  }
  
  .mod_flex--wrap .mod_data {
    flex-basis: 100%;
  }
}