.studies-page {
  min-width: 100vw;
  min-height: 100vh;
  background: var(--color-bg);
}

.cs-row {
  width: 100%;
  padding: 1em;
  display: flex;
  justify-content: flex-end;
}

.cs-item {
  width: 30%;
  margin-right: 20%;
}

.cs-item-sm {
  width: 25%;
  margin-right: 10%;
  overflow: hidden;
  background: var(--color-accent-bg);
}

.cs-item-sm .cs-img {
  position: relative;
  height: 500px;
}

.cs-item-sm .cs-img img {
  transform: scale(0.5);
}

.cs-item-sm .cs-copy {
  position: absolute;
  bottom: 1em;
  left: 1em;
}

@media (max-width: 900px) {
  .cs-item {
    width: 100%;
    margin-right: 0;
  }

  .cs-item-sm {
    margin-right: 0;
  }
}
