body {
  background-image: url("../images/about/FatAlberts_29-Jun-2017_BeFunkyBackground_185x265.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-blend-mode: screen;
  text-shadow: 0 0 10px #ffffff;

  font-size: 1rem;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.about-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem 1rem;
  max-width: 960px;
  margin: auto;
}

.about-text {
  display: flex;
  flex-direction: column;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  border-radius: 6px;
  line-height: 1.6;
  gap: 1rem;
}

.about-text p {
  margin-bottom: 0.25rem;
}

.about-img {
  max-width: 280px;
  height: auto;
  align-self: center;
  border-radius: 4px;
}

/* For desktop. */
@media (min-width: 768px) {

  .about-content {
    flex-direction: row;
    align-items: flex-start;
  }

  .about-img {
    width: 280px;
  }
}
