.wrap-left {
  float: left;
  margin: 0 1rem 1rem 0;
}

.wrap-right {
  float: right;
  margin: 0 0 1rem 1rem;
}
