<section class="aoc-doors">
  <div class="container">
    <header class="aoc-doors__header">
      <h1>Two ways I can help you move forward</h1>
      <p>Choose what you need today.</p>
    </header>

    <div class="row aoc-doors__grid">
    body {
  background: #f4f8ff !important;
}



<section class="aoc-doors">
  <div class="container">
    <header class="aoc-doors__header">
      <h1>Two ways I can help you move forward</h1>
      <p>Choose what you need today.</p>
    </header>

    <div class="row aoc-doors__grid">
      <div class="col-md-6">
        <article class="aoc-door">
          <h2 class="aoc-door__title">Prayer for Inner Healing</h2>
          <p class="aoc-door__text">A private time of prayer to help identify and address deeper roots behind what you are facing.</p>
          <p><a class="aoc-door__link" href="PASTE-INNER-HEALING-URL">Go to Inner Healing</a></p>
        </article>
      </div>

      <div class="col-md-6">
        <article class="aoc-door">
          <h2 class="aoc-door__title">Web &amp; Media Design + Development</h2>
          <p class="aoc-door__text">Help with websites, graphics, media, and digital projects — designing, building, fixing, and making things work.</p>
          <p><a class="aoc-door__link" href="PASTE-WEB-URL">Go to Web &amp; Media</a></p>
        </article>
      </div>
    </div>
  </div>
</section>