body {
  font-family: Arial, sans-serif;
  margin: 20px;
  line-height: 1.5;
}

h1, h2 {
  margin-bottom: 10px;
}

p {
  margin-bottom: 12px;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.photo-grid img {
  width: 100%;
  height: auto;
  display: block;
}

.text-container {
  display: flex;
  gap: 20px;
}

main {
  flex: 3;
}

.pull-quote {
  font-size: 22px;
  font-weight: bold;
  color: #1e5eff;
  font-style: italic;
  line-height: 1.3;
  width: 260px;

  float: left;
  margin-left: 55px; 
  margin-right: 14px; 
  margin-top: 6px;
  margin-bottom: 6px;
}

.pull-quote small {
  display: block;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: #333;
  margin-top: 4px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

