﻿* {
    box-sizing: border-box;
}

body {
    color: #1a1b1f;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.highlight-bottom-container{
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.blog-list-wrap {
    margin-bottom: 100px;
}

.blog-heading {
    text-align: center;
    margin-bottom: 60px;
}

.label.cc-light {
    opacity: .6;
    margin-top: 40px;
}

.work-heading {
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 400;
}

.collection-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    place-content: flex-start center;
    margin-left: -15px;
    margin-right: -15px;
}


.collection-list-wrapper {
    margin-bottom: 150px;
}


.blog-preview-wrap {
    width: 33.33%;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 45px;
}

.business-article-heading {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    text-decoration: none;
}

.label.cc-blog-date {
    opacity: .6;
    margin-top: 20px;
}

.label {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.paragraph-light {
    opacity: .6;
    text-align: left;
    font-style: normal;
}

@media screen and (max-width: 600px) {
    .blog-preview-wrap {
        width: 100%;
        padding-right: 15px;
    }

    .collection-wrap {
        flex-direction: column;
    }
}
