.captions-free-section {
  padding: 4em 8em;

  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
  display: grid;
  place-items: center;
  gap: 0.5em;

  p {
    max-width: 54rem;
  }

  img {
    width: 100%;
    border-radius: 1rem;
    max-width: 500px;
    height: auto;
    margin: 2em 0;
  }

  @media (max-width: 768px) {
    padding: 2em;
  }
}

.captions-free-title-2 {
  padding-top: 1em;
  color: var(--green-pea-light);
}
