.ws-media-object {
  display: flex;
  align-items: flex-start;
  clear: both;
  margin-bottom: 30px;
}

.ws-media-object > img {
  margin-right: 30px;
  width: 129px;
  height: auto;
  max-width: 30%;
}

.ws-media-object > div {
  flex: 1;
}
