div.container > section > p:last-of-type {
  margin-bottom: 40px;
}

img.selfie {
  float: right;
  width: 400px;
  height: 500px;
  object-fit: cover;
  padding: 0 0 20px 10px;
}

@media (max-width: 768px) {
  div.selfie-container {
    text-align: center;
  }

  img.selfie {
    float: none;
    width: 200px;
    height: 250px;
    padding: 0;
  }
}