body{
    background: #F5F8FD;
}
.breadcrumb-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.breadcrumb {
    display: flex;
    list-style: none;
    padding: 5px 0;
    background-color: transparent;
    margin-bottom: 0;
}
.breadcrumb-item {
    font-size: 12px;
}
.breadcrumb-item a {
    color: #98A2B3;
    text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "";
    padding: 0 10px;
    color: #344054;
    background-image: url("../images/practice-exchange/Chevron--right.svg");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
.breadcrumb-item.active {
    color: #344054;
    pointer-events: none;
}
section.case_study_container-data {
    background: linear-gradient(180deg, #FFF 0%, #F3F1FD 100%);
    padding: 72px 0 0 0;
    
}
.case_study_container h1 {
    color: var(--Text-Grey-800, #1D2939);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -0.72px;
    margin-bottom: 32px;
}
.detail_itms label {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: block;
    margin-bottom: 4px;
}
.detail_itms span {
    color: var(--Text-Grey-700, #344054);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    display: block;
}
.detail_itms_img img {
    border-radius: 12.162px;
    background: #FFF;
    box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
}
.case_study_detailspart {
    background: #ffffff;
    padding-bottom: 72px;
}
.project_timeline {
    padding: 32px 0;
}

.project_timeline b {
    color: var(--Text-Grey-600, #475467);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.project_timeline span {
    color: var(--Text-Grey-600, #475467);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.project_app_outcm .our_approch {
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    padding: 16px;
}
.our_approch h3 {
    margin-bottom: 24px;
    color: var(--Theme-Purple-900, #00001E);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
.our_approch ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.our_approch ul li {
    display: flex;
    color: var(--Text-Grey-700, #344054);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    gap: 8px;
}
.our_approch ul li svg {
    min-width: 18px;
    min-height: 18px;
    margin-top: 3px;
}
.our_outcms {
    border-radius: 8px;
    border: 1px solid #E7D1FF;
    background: #F3F1FD;
    padding: 16px;
}
.our_outcms h3 {
    margin-bottom: 24px;
    color: var(--Theme-Purple-900, #00001E);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
.outcms_container {
    display: flex;
    gap: 16px;
    flex-direction: column;
    margin-bottom: 16px;
}
.outcms_container b {
    color: var(--Text-Grey-700, #344054);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.outcms_container span {
    color: var(--Text-Grey-700, #344054);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.our_outcms ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.our_outcms ul li {
    display: flex;
    color: var(--Text-Grey-700, #344054);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    gap: 8px;
}
.our_outcms ul li svg {
    min-width: 18px;
    min-height: 18px;
    margin-top: 3px;
}
.case_study_container {
    padding-bottom: 72px;
}
.project_timelinehead {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.project_timeline h3 {
    color: var(--Theme-Purple-900, #00001E);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    white-space: nowrap;
}
.project_timeline i {
    width: 100%;
    height: 1px;
    background: #EAECF0;
    margin-left: 10px;
}
.our_approch, .our_outcms {
    height: 100%;
}
@media(max-width:767px){
    section.case_study_container-data {
        padding: 30px 0 0 0;
    }    
    .case_study_container {
        padding-bottom: 30px;
    }
    .case_study_detailspart {
        padding-bottom: 30px;
    }
}