﻿a {
    color: #1a1b1f;
    text-decoration: underline;
    transition: opacity .2s;
    display: block;
}

body {
    color: #1a1b1f;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.highlight-section{
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
}

.highlight-container{
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.section-heading-wrap-highlights{
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
}

.blog-list-wrap {
    margin-bottom: 100px;
}

.blog-item {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.paragraph-light {
    opacity: .6;
    text-align: left;
    font-style: normal;
}

.label.cc-blog-date {
    opacity: .6;
    margin-top: 20px;
}

a.blog-heading-link {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 400;
    line-height: 46px;
    text-decoration: none;
    color:#1a1b1f;
}

.blog-preview-image {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 16 / 9; 
    margin-bottom: 45px;
    transition: opacity 0.6s;
    display: block;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.blog-summary-wrap {
    text-align: left;
    width: 70%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}