/* Title Containers*/
.center-title-container .title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2rem
}

.title-container-with-icon {
    margin-bottom: 1.4rem;
}

.title-container-with-icon svg {
    stroke: var(--accent-color);
}

.title-container-with-icon img,
.title-container-with-icon .Icon {
    display: block;
    width: 15px;
    height: 15px;
}

.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;
}