.casestudy-section {
  color: var(--text-strong-light);
}

.project-info {
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.project-info:first-child {
  margin-top: 0;
}

p {
  line-height: 3rem;
}

.text-bold {
  font-weight: bold;
}

.lists {
    text-decoration: none;
    line-height: 3rem;
}

.list {
    margin-left: 3rem;
}

figure img{
    width: 100%;
    box-shadow: 0 4px 6px hsla(0,0%,0%, .1);
    border-radius: 4px;
    border: 1px solid #E4E6F0;
}

figcaption {
    text-align: center;
    font-size: 1.6rem;
    color: var(--text-weak-light)
}

.img-50{
    width: 50%;
    margin: 0 auto;
}

