.case-study-section.list_of_case_study {
    padding-top: 96px;
    padding-bottom: 96px;
}
.case-study-section.list_of_case_study h3 {
    color: #0D0F33;

    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px; /* 108.333% */
    margin-bottom: 64px;
}
.case-study-section.list_of_case_study .case-study-list .items {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    flex-wrap: wrap;
}
.case-study-section.list_of_case_study .case-study-list .items .item img {
    margin-bottom: 24px;
}
.case-study-section.list_of_case_study .case-study-list .items .item h4 {
    color: #0D0F33;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 150% */
    margin-bottom: 16px;
}
.case-study-section.list_of_case_study .case-study-list .items .item a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: var(--text-primary, #0D0F33);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30.4px; /* 190% */
    text-transform: uppercase;

}
.case-study-section.list_of_case_study .case-study-list .items .item a::after {
    content: '\e917';
    font-family: 'icomoon'!important;
    font-size: 12px;
}
.case-study-section.list_of_case_study .case-study-list .items .item {
    flex: 0 0 calc(33.333% - 22px);

}
.case-study-section.list_of_case_study .case-study-list .items .item .view-case-study:after {
    content: '';
    width: 65.021px;
    height: 2px;
    display: block;
    background: var(--colors-orange, #FE5800);
}
.case-study-section.list_of_case_study .case-study-list .items .item .view-case-study:hover:after {
    width: 100px;
    transition: .21s;
}
.case-study-section.list_of_case_study .case-study-list .items .item .view-case-study:hover a {
    color: #FE5800;
}
/*Single Case study template */

section.case-study-section.single_case_study_with_stats {
    padding-top: 96px;
    padding-bottom: 96px;
}
section.case-study-section.single_case_study_with_stats .single-case-study {
    display: flex;
    gap: 64px;
}
section.case-study-section.single_case_study_with_stats .single-case-study > div {
    flex: 1;
}

section.case-study-section.single_case_study_with_stats .single-case-study .right-content h3 {
    color: #0D0F33;

    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 48px */

    margin-bottom: 16px;
}
section.case-study-section.single_case_study_with_stats .single-case-study .right-content .description {
    margin-bottom: 40px;
}
section.case-study-section.single_case_study_with_stats .single-case-study .right-content .description p {
    color: #0D0F33;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */

}
section.case-study-section.single_case_study_with_stats .single-case-study .right-content .description p:last-child {
    margin-bottom: 0px;
}
section.case-study-section.single_case_study_with_stats .single-case-study .right-content .stats {
    display: flex;
    justify-content: space-between;
}
section.case-study-section.single_case_study_with_stats .single-case-study .right-content .stats .stat-val {
    color: var(--colors-green, #33C252);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 30px */

}
section.case-study-section.single_case_study_with_stats .single-case-study .right-content .stats .stat-label {
    color: var(--text-secondary, #98A6B4);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    text-transform: uppercase;

}
section.case-study-section.single_case_study_with_stats .single-case-study  .right-content .view-case-study:after {
    content: '';
    width: 65.021px;
    height: 2px;
    display: block;
    background: var(--colors-orange, #FE5800);
}
section.case-study-section.single_case_study_with_stats .single-case-study .view-case-study:hover:after {
    width: 100px;
    transition: .21s;
}
section.case-study-section.single_case_study_with_stats .single-case-study .view-case-study:hover a {
    font-weight: bold;
}
section.case-study-section.single_case_study_with_stats .single-case-study  .right-content {
    display: flex;
    flex-direction: column;
}
section.case-study-section.single_case_study_with_stats .single-case-study  .right-content .view-case-study{
    margin-top: auto;
}
section.case-study-section.single_case_study_with_stats .single-case-study  .right-content  a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: var(--text-primary, #0D0F33);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30.4px; /* 190% */
    text-transform: uppercase;
    margin-top: auto;


}
@media screen and (max-width: 1200px) {
    section.case-study-section.single_case_study_with_stats .single-case-study  .right-content .view-case-study{
        margin-top: 20px;
    }
}
@media screen and (max-width: 1021px) {
    section.case-study-section.single_case_study_with_stats .single-case-study  .right-content .view-case-study{
        margin-top: 20px;
    }
    section.case-study-section.single_case_study_with_stats .single-case-study .right-content .stats {
        flex-direction: column;
        gap: 28px;
    }
}
@media screen and (max-width: 760px) {
    .case-study-section.list_of_case_study .case-study-list .items .item {
        flex: 0 0 calc(50% - 22px);
    }
    section.case-study-section.single_case_study_with_stats .single-case-study {
        flex-direction: column;
        gap: 32px;
    }
    section.case-study-section.single_case_study_with_stats .single-case-study .right-content .description {
        margin-bottom: 20px;
    }

}
@media screen and (max-width: 550px) {
    .case-study-section.list_of_case_study .case-study-list .items .item {
        flex: 0 0 100%;
    }


}
