﻿.waa-signposting {
  background-color: #f9f6d4;

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    border-bottom: none !important;
    color: #1a5632;
    padding-bottom: 0 !important;
    margin-bottom: 24px !important;
  }

  .description p {
    color: #372e2b;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 150%;
  }

  .card {
    border-radius: 16px;

    .card-body {
      padding: 0 !important;
      margin-top: 24px;
      img {
        object-fit: cover;
      }
    }

    .dwl-image {
      border-radius: 8px;
    }

    .card-title {
      margin-bottom: 0px !important;
      padding-bottom: 16px !important;
      position: relative;
      font-style: normal;
      font-weight: 700;
      line-height: 150%;
    }

    .row {
      --bs-gutter-x: 16px;
    }

    .card-title::after {
      display: none;
    }

    img {
      border-radius: 8px;
      max-height: 206px;
      height: 206px;
    }
  }
}
