
#works {
    width: var(--content-width);
    margin: 0 auto 210px;
}

.works-intro { 
    height: 245px;
    text-align: center; 

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.works-intro h2 { 
    margin-bottom: 16px;
}

.works-intro p { 
    width: 700px; 
    margin: 0 auto;
}

.works-intro a { 
    font-weight: bold;
    color: #2d3750;
    text-decoration: underline;  
}

.works-intro a:hover { 
    color: var(--blue-accent);
}

.carousel-cell-image {
    width: 390px;
    height: 390px;
    margin-right: 13px;
    background-color: #cdcecf;
}

