.t524__imgwrapper {
    width: 300px;
}

@media only screen and (max-width: 767px) {
  .t524__col .t524__itemwrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
  }

  .t524__imgwrapper {
    order: 0;
    width: 30%;
  }

  .t524__wrappercenter {
    order: 1;
    width: 70%;
    text-align: left;
    padding-right: 5px;
  }
}