.flexContent {
  display: flex;
  line-height: 1.7em;
}

.leftOfPic {
  padding-right: 15px;
}

.floatLeftDiv {
  float: left;
}

.floatRightDiv {
  float: right;
}


.firstImage {
  width: 287px;
  height: 190px;
  padding-right: 15px;
}

.rightImage {
  width: 304px;
  height: 202px;
  padding-left: 15px;
}

.centerText {
  text-align: center;
}

.images {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 500px) {
  .floatLeftDiv {
    float: none;
    width: 100%;
  }

  .firstImage {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
}
