/* Styles for the DigiLoc - Digital Locations project description page */

.row img[alt] {
  display: block;
  margin-bottom: 2rem;
  border-radius: 4px;
}

.row h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #1a1a1a;
}

.row p {
  margin: 0 0 1.25rem;
  line-height: 1.6;
  color: #333;
  font-size: 1rem;
}

.row p:first-of-type {
  font-style: italic;
  color: #555;
}

.row p:last-of-type {
  margin-bottom: 0;
}
