*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: "laca", sans-serif;
}
html{
    overflow-x: hidden;
}
.case-study section {
    width: 100vw;
    padding: 0 15%;
    margin-bottom: 5%;
}
.case-study section > *, .part > *{
    margin-bottom: 2%;
}
.part{
    padding-bottom: 5%;
}
.part .center-img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    height: 100%;
}

.case-study section h2{
    font-size: 32px;
}
.case-study section p, .case-study section h3{
    font-size: 20px;
    line-height: 32px;
}

.project-title img{
    border-radius: 25px;
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.case-study .part p a, .case-study .project-title h2 a{
    color: black;
    cursor: pointer;
}
.case-study-figure figcaption{
    text-align: center;
    font-style: italic;
    padding: 2px;
}
.case-study .part li{
    font-size: 20px;
}
.case-study .part li+li{
    margin-top: 10px;
}