﻿.title-container {
    .heading_wrapper {
        margin-bottom: 0.57rem;

        strong {}

        .title {
            font-size: 1.71rem;
            font-weight: 800;
        }
    }
}

.module-summary {
    font-size: 0.91rem;
    color: var(--text-color-3);
    line-height: 1.8rem;
    text-align: right;
    margin-bottom: 1.41rem;

    span {
        display: block;
    }
}