/* Title Containers*/
.center-title-container .title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2rem
}

.title-container-with-icon {
    margin-bottom: 1.4rem;

    svg {
        stroke: var(--accent-color);
    }
}

.title-container-with-icon .title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2rem
}

.module-more-link {
    margin-top: -3rem;
    margin-bottom: 1rem;
    display: block;
    width: fit-content;
    float: left;
    font-size: 0.71rem;
    font-weight: 500;
    color: #fff !important; 
}