.case-studies-hero-section {
    padding-top: 106px;
    padding-left: 25px;
    padding-right: 25px;
}

.case-studies-hero-inner {
    background: linear-gradient(180deg, rgba(203, 233, 255, 0.5) 0%, rgba(255, 255, 255, 0) 72.62%);
    padding-top: 80px;
    padding-bottom: 80px;
    border-radius: 20px 20px 0 0;
}

.case-studies-hero-title {
    font-size: 64px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: -0.8px;
    color: #112954;
    margin: 0;
    width: 100%;
    text-align: center;
}

.case-studies-content-section {
    padding-top: 40px;
    padding-bottom: 80px;
}

.case-studies-content-details {
    max-width: 852px;
    margin: 0 auto;
}

.case-studies-content-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.24px;
    color: #112954;
    margin: 0;
    width: 100%;
    margin-top: 12px;
}

.case-studies-content-description {
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.18px;
    color: #374151;
    margin: 12px 0 0 0;
    width: 100%;
}

.case-studies-content-image {
    margin-top: 60px;
}

.case-studies-content-image img {
    height: 483px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}

.case-studies-content-caption {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0;
    color: #111030;
    margin: 7px 0 0 0;
    width: 100%;
    text-align: center;
}

.case-studies-content-challenge {
    margin-top: 48px;
}

.case-studies-content-subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0;
    color: #1181D0;
    margin: 0;
    width: 100%;
    text-align: left;
}

.case-studies-content-outcome-list {
    margin-top: 45px;
}

.case-studies-content-outcome-list-item {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 30px 57px 30px 60px;
    margin-top: -5px;
    border-radius: 10px;
}

.case-studies-content-outcome-list-item:nth-child(odd) {
    background-color: #E8F5FF;
}

.case-studies-content-outcome-list-item:nth-child(even) {
    background-color: #CBE9FF;
}

.case-studies-content-outcome-list-item-state {
    min-width: 240px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    letter-spacing: -0.64px;
    color: #1181D0;
    margin: 0;
}

.case-studies-content-outcome-list-item-description {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #114277;
    margin: 0;
    width: 100%;
    text-align: left;
}

.case-studies-explore-subtitle {
    background-color: hsla(206, 100%, 95%, 1);
    border-radius: 4px;
    padding: 6px 8px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.12px;
    color: hsla(206, 82%, 37%, 1);
    width: fit-content;
    margin-bottom: 0;
}

.case-studies-explore-title {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    letter-spacing: -0.64px;
    color: hsla(219, 66%, 20%, 1);
    margin: 16px 0 30px 0;
    width: 100%;
}