.insights-module {
    background-color: var(--da-black);   
}

.insights-module .title-row {
    margin-bottom: 35px;   
}

.insights-module h2 strong {
    color: var(--da-yellow);   
}

.insights-module .tags {
    color: var(--da-light-blue);
    margin-bottom: 2rem;
    font-size: 1.4rem;
    line-height: 1;
    display:flex;
    gap:10px;
}

.insights-module .tags span {
    padding-right: 10px;
    border-right: 0.75px solid var(--da-dark-gray);   
}
.insights-module .tags span:last-of-type {
    border-right: 0;   
}

.insights-module .insight-link .title {
    font-size: 2.4rem;   
}

.insights-module .insight-link {
    background: rgba(213, 213, 213, 0.10); !important;
    border: 1px solid rgba(213, 213, 213, 0.25);   
}

.insights-module .insight-link .category .date {
    color: var(--da-white);   
}

.insights-module .insight-link .title {
    color: var(--da-white);
    margin-bottom: 16rem; 
}

.insights-module .title h2,
.insights-module .title
{
    color: var(--da-white);   
}

.insights-module .category {
    margin-bottom: 30px;    
}

.insights-module .category .date{
  color: var(--Dark-Blue, #001A33);
  font-family: 'GroteskLight';
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
    margin-bottom: 30px;
}

.insights-module .name{
    color: var(--da-white);
    font-feature-settings: 'clig' off, 'liga' off;
    text-align: right;
    font-family: 'GroteskReg';
}

.insights-module .insight-link .info{
  bottom:10px;
}

.insights-module.bg-white h2,
.insights-module.bg-white .insight-link .category .date,
.insights-module.bg-white .title
{
    color: var(--da-black);
}
.insights-module.bg-white h2 strong {
    color: var(--da-light-blue);   
}

.insights-module.bg-white .tags,
.insights-module.bg-white .insight-link .info,
.insights-module.bg-white .name {
    color: var(--da-dark-gray);   
}







