.case-studies-index {
    margin-bottom: 90px;
}
.case-studies-index .box {
    padding: 12px 12px 25px 12px;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.case-studies-index .box img {
    margin-bottom: 25px;
}

.case-studies-index .box h3 {
    color: #1B1851;
    font-family: PlutoBold;
    font-size: 17.634px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.088px;
    margin-bottom: 20px;
}

.case-studies-index .box p.inner {
    color: #585A56;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.case-studies-index .box p .btn {
    padding: 12px 35px;
}