img.float-left {
  float: left;
  margin: 0 15px 15px 0;
  width: 250px;
  height: auto;
  border-radius: 10px;
  border: 2px solid #333;
  padding: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  background-color: white;
}

img.float-right {
  float: right;
  margin: 0 0 15px 15px;
  width: 250px;
  height: auto;
  border-radius: 10px;
  border: 2px solid #333;
  padding: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  background-color: white;
}

section::after {
  content: "";
  display: table;
  clear: both;
}
