.awardsList .award-table .award-date{color:var(--web-refresh-award-list-date-color)}
.awardsList .award-list-container{background:var(--web-refresh-award-list-background-color);padding:0 20px}
.awardsList .award-list-container.no-padding{padding:0}
.awardsList .award-table .award-container{display:flex;padding:28px 0;width:100%;border-bottom:1px solid var(--web-refresh-award-list-divider-color)}
.awardsList .award-table .award-container:last-child{border-bottom:0}
.awardsList .award-table .award-details{display:flex;width:75%;justify-content:space-between;flex-direction:column;gap:8px}
.awardsList .award-table{font-size:20px;line-height:28px;font-family:'BNYM_CORPORATE_Akkurat_Pro'}
.awardsList .award-table .award-title{color:var(--web-refresh-description)}
.awardsList .award-table .award-name{font-family:"BNYM_CORPORATE_Publico_Pro";color:var(--web-refresh-description)}
.awardsList .award-table .award-url{width:25%;justify-content:flex-end;display:flex;align-items:center}
.awardsList .award-table .award-url a{color:var(--web-refresh-description)}
.awardsList .award-table .award-info{display:flex;justify-content:space-between;flex-direction:column;gap:8px}
@media(min-width:768px){.awardsList .award-table{font-size:22px;line-height:24px}
.awardsList .award-table .award-details{flex-direction:row}
.awardsList .award-table .award-date{width:10%}
.awardsList .award-table .award-info{width:75%}
.awardsList .award-table .award-name{width:80%;line-height:30px}
}
@media(min-width:1024px){.awardsList .award-list-container{padding:0 80px}
.awardsList .award-table{font-size:24px;line-height:28px}
.awardsList .award-table .award-info{flex-direction:row;width:100%}
.awardsList .award-table .award-url{width:15%}
.awardsList .award-table .award-details{width:85%;justify-content:flex-start}
.awardsList .award-table .award-name{width:67%;line-height:39px}
}