@media only screen and (max-width: 600px) {
  .wrs-template-list-of-persons{
    flex-direction: column;
}
.wrs-template-list-of-persons>img[style],.wrs-template-list-of-persons>div{
    width: 100% !important;
    max-width: initial !important;
}
}

