.teaching-module-header-container {
    background-color: #E9F0ED;
    position: relative;

    &:after {
       pointer-events: none;
        content: "";
        width: 100%;
        height: 80%;
        position: absolute;
        pointer-events: none;
        opacity: 1;
        top: 0;
        right: 0;
        background-image: url(../../images/decoration/decorations/deco-basic-page.svg);
        background-size: contain;
        background-position: center right;
    }

    h6 {
      color: #1BBA76;
    }

    .container-card-teaching-module-metadata {
        background-color: #fff;
        border: 1px solid #C5C7C9;
        border-radius: 10px;

        h3 {
          color: #1BBA76;
        }
        h3 + hr {
          color: #1BBA76;
        }

        svg path{
          fill: #333;
        }

        dd {
          font-weight: 600;
        }
    }
}
