/* Banner section css start */
.case-study-banner-section {
    background-color: #FBFAFF;
    padding: 128px 0 106px;
}

.case-study-banner-section .container.case-study-container {
    max-width: 1050px;
}

.case-study-banner-section .banner-content-outer {
    text-align: center;
}

.case-study-banner-section .banner-content-outer .logo-wrapper {
    margin-bottom: 44px;
}

.case-study-banner-section .banner-content-outer .logo-wrapper ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 12px;
}

.case-study-banner-section .banner-content-outer .logo-wrapper ul .cross-icon img {
    height: auto;
}

.case-study-banner-section .banner-content-outer .logo-wrapper img {
    width: auto;
}

.case-study-banner-section .banner-content-outer h1 {
    font-size: 36px;
    margin-bottom: 63px;
    font-weight: 600;
    line-height: 1.34;
}

.case-study-banner-section .banner-content-outer .listing-wrapper {
    display: flex;
    gap: 14px;
    list-style: none;
    max-width: 850px;
    margin: 0 auto;
}

.case-study-banner-section .banner-content-outer .listing-wrapper li {
    max-width: 274px;
    flex: 0 0 274px;
}

.case-study-banner-section .banner-content-outer .listing-wrapper li .white-box {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    border-radius: 12px;
    background-color: #fff;
    padding: 18px 20px 18px 20px;
}

.case-study-banner-section .banner-content-outer .listing-wrapper li span.info {
    font-size: 46px;
    font-family: 'Playfair Display', serif;
    line-height: 1;
    font-style: italic;
    position: relative;
    top: -4px;
    font-weight: 400;
}

.case-study-banner-section .banner-content-outer .listing-wrapper li span.info .small-text {
    font-size: 42px;
}
.case-study-banner-section .banner-content-outer .listing-wrapper li span.info .small-text:last-child{
    font-size: 46px;
}
.case-study-banner-section .banner-content-outer .listing-wrapper li span.info sub {
    font-size: 25px;
}

.case-study-banner-section .banner-content-outer .listing-wrapper li span:last-child {
    color: #1A1B20;
    font-weight: 500;
    text-align: left;
}

/* Banner section css end */
/* Introduction css start */
.container.case-study-container {
    max-width: 1380px;
    padding: 0 50px;
}

.case-study-introduction-section {
    padding: 60px 0 68px;
}

.case-study-introduction-section .introduction-content-wrapper {
    display: flex;
}

.case-study-introduction-section .introduction-content-wrapper .left-block {
    max-width: 411px;
    flex: 0 0 411px;
}

.case-study-introduction-section .introduction-content-wrapper .right-block {
    max-width: calc(100% - 411px);
    flex: 0 0 calc(100% - 411px);
    padding-left: 131px;
    padding-top: 18px;
}

.case-study-introduction-section .introduction-content-wrapper .left-block .img-wrapper {
    padding-bottom: 100%;
    position: relative;
}

.case-study-introduction-section .introduction-content-wrapper .left-block .img-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 208px 208px 0 0;
}

.case-study-introduction-section .purple-text {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: -0.2px;
    color: #755be2;
    margin-bottom: 20px;
    display: block;
}

.our-study-conclusion-section .conclusion-content-outer-wrapper .right-block h2,
.result-content-outer-wrapper .left-block h2,
.case-study-solution-section .case-study-content-wrapper .right-block h2,
.case-study-challenges-section .right-block h2,
.case-study-introduction-section .right-block h2 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #1A1B20;
}

.case-study-introduction-section .right-block p {
    font-size: 20px;
    font-weight: 400;
    color: #1A1B20;
    line-height: 1.636;
}

/* Introduction css end */
/* challenges section css start */
.case-study-challenges-section {
    background-color: #FAFBFC;
    padding: 71px 0 90px;
}

.case-study-challenges-section .container.case-study-container {
    padding: 0 51px;
}

.case-study-challenges-section .challenges-content-wrapper {
    display: flex;
    align-items: flex-end;
}

.case-study-challenges-section .challenges-content-wrapper .left-block {
    max-width: 455px;
    flex: 0 0 455px;
    padding-right: 20px;
    padding-right: 20px;
    padding-left: 13px;
}

.case-study-challenges-section .challenges-content-wrapper .right-block {
    max-width: calc(100% - 455px);
    flex: 0 0 calc(100% - 455px);
    padding-left: 87px;
}

.case-study-challenges-section .challenges-content-wrapper .right-block h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 44px;
    color: #1A1B20;
}

.case-study-solution-section .case-study-content-wrapper .right-block p,
.case-study-challenges-section .challenges-content-wrapper .right-block p {
    font-size: 18px;
    line-height: 1.6;
    color: #1A1B20;
}

.case-study-challenges-section .white-box {
    background: #FFFFFF;
    box-shadow: 0px 6px 12px -6px rgba(84, 84, 84, 0.12), 0px 8px 24px -4px rgba(84, 84, 84, 0.12);
    border-radius: 10px;
    padding: 33px 23px 45px 23px;
    text-align: center;
}

.case-study-challenges-section .white-box p {
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    display: inline;
    background: linear-gradient(to top, #EFE3FF 63%, transparent 40%);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 0 4px;
    line-height: 1.35;
    letter-spacing: -0.4px;
    color: #1A1B20;
}

.our-study-conclusion-section .conclusion-content-outer-wrapper .right-block a.button.button-dark,
.result-content-outer-wrapper .left-block .white-box a.button.button-dark,
.case-study-challenges-section .white-box a.button.button-dark {
    height: 40px;
    font-size: 16px;
    padding: 0 30px;
    margin: 26px auto 0;
    min-width: 195px;
    background-color: #1A1B20;
}

.our-study-conclusion-section .conclusion-content-outer-wrapper .right-block a.button.button-dark:hover,
.result-content-outer-wrapper .left-block .white-box a.button.button-dark:hover,
.case-study-challenges-section .white-box a.button.button-dark:hover {
    background-color: #755BE2;
    color: #fff;
}

/* challenges section css end */
/* case-study-solution-section css start */
.case-study-solution-section {
    padding: 87px 0 66px;
}
.case-study-result-section .container.case-study-container,
.case-study-solution-section .container.case-study-container{
    padding: 0 65px;
}
.case-study-solution-section .case-study-content-wrapper {
    display: flex;
}

.case-study-solution-section .case-study-content-wrapper .left-block {
    max-width: 338px;
    flex: 0 0 338px;
}

.case-study-solution-section .case-study-content-wrapper .right-block {
    max-width: calc(100% - 338px);
    flex: 0 0 calc(100% - 338px);
    padding-left: 190px;
    padding-top: 29px;
}

.case-study-solution-section .case-study-content-wrapper .right-block h2 {
    margin-bottom: 36px;
    letter-spacing: 0.1px;
}

.case-study-solution-section .case-study-content-wrapper .right-block p {
    line-height: 1.66;
}

.case-study-solution-section .case-study-content-wrapper .right-block a {
    display: inline-block;
    min-width: 147px;
    line-height: 54px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    color: #fff;
    border: none;
    background-color: #755BE2;
    height: 54px;
    margin-top: 40px;
    padding: 0 60px;
}

.case-study-solution-section .case-study-content-wrapper .right-block a:hover {
    background-color: #1a1b20;
}

.case-study-solution-section .quote-block .quote-text {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 28px;
    margin-top: 25px;
    padding-right: 31px;
    line-height: 1.29;
    color: #1A1B20;
}

.case-study-solution-section .quote-block .member-info {
    display: flex;
    gap: 10px;
    margin-top: 52px;
}

.case-study-solution-section .quote-block .member-info em {
    display: block;
    height: 56px;
    width: 56px;
    max-width: 56px;
    flex: 0 0 56px;
    border-radius: 50%;
}

.case-study-solution-section .quote-block .member-info em img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.case-study-solution-section .quote-block .member-info h3 {
    font-weight: 700;
    font-size: 20px;
    color: #1A1B20;
}

.case-study-solution-section .quote-block .member-info p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
    color: #1A1B20;
}

.case-study-solution-section .quote-block .member-info .member-info-inner {
    flex: 1;
}

/* case-study-solution-section css end */
/* result section css start */
.case-study-result-section {
    background-color: #FAFBFC;
    padding: 80px 0 67px;
}

.result-content-outer-wrapper .right-block .content-wrapper p:last-child {
    margin-bottom: 0;
    color: #1A1B20;
}

.result-content-outer-wrapper {
    display: flex;
}

.result-content-outer-wrapper .left-block {
    max-width: 428px;
    flex: 0 0 428px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.result-content-outer-wrapper .right-block {
    max-width: calc(100% - 428px);
    flex: 0 0 calc(100% - 428px);
    padding-left: 100px;
}

.result-content-outer-wrapper .left-block .white-box {
    background-color: #fff;
    border-radius: 24px;
    padding: 20px;
    max-width: 400px;
    margin-bottom: 10px;
}

.result-content-outer-wrapper .left-block .white-box span {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 600;
    display: block;
    margin-bottom: 23px;
    color: #755BE2;
}

.result-content-outer-wrapper .left-block .white-box p {
    font-size: 30px;
    color: #1A1B20;
}

.our-study-conclusion-section .conclusion-content-outer-wrapper .right-block p.highlighted-text,
.result-content-outer-wrapper .left-block .white-box p.highlighted-text {
    display: inline;
    background: linear-gradient(to top, #EFE3FF 51%, transparent 40%);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 0 4px;
    line-height: 1.4;
    color: #1A1B20;
}

.result-content-outer-wrapper .left-block .white-box p+p {
    margin-top: 15px;
}

.result-content-outer-wrapper .right-block .content-wrapper h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.6;
    letter-spacing: 0.15px;
    color: #1A1B20;
}

.result-content-outer-wrapper .right-block .content-wrapper p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 39px;
    line-height: 1.65;
    color: #1A1B20;
}

.result-content-outer-wrapper .left-block .white-box p.highlighted-text {
    padding: 0;
    line-height: 1.5;
}

.result-content-outer-wrapper .left-block .white-box a.button.button-dark {
    margin-left: 0;
    margin-top: 29px;
}

.result-content-outer-wrapper .right-block ul {
    margin: 0 0 25px;
    list-style: none;
}

.result-content-outer-wrapper .right-block ul li {
    position: relative;
    font-size: 18px;
    line-height: 1.3;
    padding-left: 20px;
    color: #1A1B20;
}

.result-content-outer-wrapper .right-block ul li+li {
    margin-top: 13px;
}

.result-content-outer-wrapper .right-block ul li::before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    background-color: #1A1B20;
    left: 0;
    top: 10px;
}

.result-content-outer-wrapper .right-block ul ol ol,
.result-content-outer-wrapper .right-block ul ol ul,
.result-content-outer-wrapper .right-block ul ul ol,
.result-content-outer-wrapper .right-block ul ul ul {
    margin-top: 15px;
    margin-bottom: 0;
}
.result-content-outer-wrapper .right-block ul ul,
.result-content-outer-wrapper .right-block ul ol,
.result-content-outer-wrapper .right-block ol ol,
.result-content-outer-wrapper .right-block ol ul
{
    margin-top: 15px;
    margin-left: 20px;
}

.result-content-outer-wrapper .right-block ul ol li {
    font-size: 18px;
    line-height: 1.3;
    color: #1A1B20;
    padding-left: 5px;
}

.result-content-outer-wrapper .right-block ul ol li ul li {
    padding-left: 25px;
}

.result-content-outer-wrapper .right-block ul ol li+li {
    margin-top: 13px;
}

.result-content-outer-wrapper .right-block ul ul li ol {
    list-style-type: none;
    margin: 10px 0 0;
    padding-left: 0;
}

.result-content-outer-wrapper .right-block ul ul li ol li {
    padding-left: 9px;
}

.result-content-outer-wrapper .right-block ul ul li ol li+li {
    margin-top: 10px;
}

.result-content-outer-wrapper .right-block img {
    margin-bottom: 20px;
}

.result-content-outer-wrapper .right-block p+h3 {
    margin-top: 20px;
}

.result-content-outer-wrapper .right-block blockquote {
    border-left: 4px solid #7c3aed;
    padding: 20px 20px 20px 32px;
    margin: 20px 0;
    font-style: italic;
    background: #f9f6ff;
    color: #1A1B20;
    border-radius: 6px;
    position: relative;
}

.result-content-outer-wrapper .right-block blockquote::before {
    content: "“";
    font-size: 40px;
    color: #7c3aed;
    position: absolute;
    top: 0;
    left: 10px;
}

/* result section css end */
/* conclusion section css start */
.our-study-conclusion-section {
    padding: 108px 0;
}

.our-study-conclusion-section .conclusion-content-outer-wrapper {
    display: flex;
}

.our-study-conclusion-section .conclusion-content-outer-wrapper .left-block {
    max-width: 49.1%;
    flex: 0 0 49.1%;
}

.our-study-conclusion-section .conclusion-content-outer-wrapper .right-block {
    max-width: 50.9%;
    flex: 0 0 50.9%;
    padding-left: 133px;
    padding-top: 4px;
}

.our-study-conclusion-section .conclusion-content-outer-wrapper .right-block h2 {
    margin-bottom: 37px;
}

.our-study-conclusion-section .conclusion-content-outer-wrapper .right-block p {
    font-size: 18px;
    margin-bottom: 67px;
    line-height: 1.66;
    max-width: 434px;
    color: #1A1B20;
}

.our-study-conclusion-section .conclusion-content-outer-wrapper .right-block p.highlighted-text {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 29.6px;
    letter-spacing: -0.1px;
    padding: 0 4px;
    line-height: 1.45;
    background: linear-gradient(to top, #EFE3FF 56%, transparent 40%);
    color: #1A1B20;
}

.our-study-conclusion-section .conclusion-content-outer-wrapper .right-block .content-wrapper {
    text-align: center;
    max-width: 448px;
}

.our-study-conclusion-section .conclusion-content-outer-wrapper .right-block a.button.button-dark {
    margin-top: 25px;
}

.our-study-conclusion-section .conclusion-content-outer-wrapper .left-block .img-wrapper img {
    border-radius: 0 295px 295px 0;
}

@media(max-width: 1199px) {
    .case-study-result-section .container.case-study-container, .case-study-solution-section .container.case-study-container{
        padding: 0 50px;
    }
    .case-study-banner-section .banner-content-outer .logo-wrapper ul .site-logo img{
        height: 33px;
    }
    .case-study-banner-section .banner-content-outer .logo-wrapper ul .cross-icon img {
        height: 22px;
    }
    .case-study-banner-section .banner-content-outer h1 {
        font-size: 28px;
        max-width: 570px;
        margin: 0 auto 50px;
    }

    .case-study-banner-section {
        padding: 58px 0 68px;
    }

    .case-study-banner-section .banner-content-outer .listing-wrapper {
        max-width: 100%;
        gap: 0;
    }

    .case-study-banner-section .banner-content-outer .listing-wrapper li span.info {
        font-size: 48px;
    }

    .case-study-banner-section .banner-content-outer .logo-wrapper {
        margin-bottom: 34px;
    }

    .case-study-banner-section .banner-content-outer .listing-wrapper li {
        max-width: 33.33%;
        flex: 0 0 33.33%;
        gap: 18px;
        padding: 0 18px;
    }

    .case-study-banner-section .banner-content-outer .listing-wrapper li span:last-child {
        font-size: 15px;
    }

    .case-study-introduction-section .introduction-content-wrapper .left-block {
        max-width: 330px;
        flex: 0 0 330px;
    }

    .case-study-introduction-section .introduction-content-wrapper .right-block {
        padding-left: 76px;
        padding-top: 8px;
        max-width: calc(100% - 330px);
        flex: 0 0 calc(100% - 330px);
    }

    .case-study-introduction-section .purple-text {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .case-study-introduction-section .right-block h2,
    .case-study-challenges-section .right-block h2,
    .case-study-solution-section .case-study-content-wrapper .right-block h2,
    .result-content-outer-wrapper .left-block h2,
    .our-study-conclusion-section .conclusion-content-outer-wrapper .right-block h2 {
        font-size: 40px;
        margin-bottom: 31px;
    }

    .case-study-introduction-section .right-block p {
        font-size: 18px;
    }

    .case-study-introduction-section {
        padding: 120px 0 50px;
    }

    .case-study-challenges-section .challenges-content-wrapper .left-block {
        max-width: 335px;
        flex: 0 0 335px;
        padding: 0;
    }

    .case-study-challenges-section .challenges-content-wrapper .right-block {
        padding-left: 70px;
        max-width: calc(100% - 335px);
        flex: 0 0 calc(100% - 335px);
    }

    .case-study-challenges-section .challenges-content-wrapper .right-block h4 {
        margin-top: 35px;
    }

    .case-study-challenges-section .challenges-content-wrapper .right-block h4:first-child {
        margin-top: 31px;
    }

    .case-study-challenges-section {
        padding: 50px 0 80px;
    }

    .case-study-challenges-section .challenges-content-wrapper .right-block p {
        line-height: 1.66;
    }
    .case-study-challenges-section .challenges-content-wrapper .right-block h4:first-child {
        margin-top: 31px;
    }
    .case-study-challenges-section .white-box {
        padding: 30px 26px 52px 20px;
    }

    .case-study-challenges-section .white-box p {
        line-height: 1.4;
        padding: 0;
        letter-spacing: normal;
    }

    .case-study-challenges-section .white-box a.button.button-dark,
    .result-content-outer-wrapper .left-block .white-box a.button.button-dark,
    .our-study-conclusion-section .conclusion-content-outer-wrapper .right-block a.button.button-dark {
        height: 51px;
        font-size: 17px;
        padding: 0 40px;
        margin: 32px auto 0;
    }

    .result-content-outer-wrapper .left-block .white-box a.button.button-dark {
        margin: 24px 0 -13px 0;
        padding: 0 25px;
    }

    .case-study-solution-section {
        padding: 53px 0 80px;
    }

    .case-study-solution-section .case-study-content-wrapper .right-block {
        padding-left: 70px;
        padding-top: 0;
    }

    .case-study-solution-section .case-study-content-wrapper .right-block a {
        height: 48px;
        line-height: 48px;
        font-size: 16px;
        margin-top: 27px;
        padding: 0 53px;
    }

    .case-study-solution-section .quote-block .quote-text {
        font-size: 26px;
        padding-right: 0;
        line-height: 1.31;
    }

    .case-study-solution-section .quote-block .member-info {
        margin-top: 52px;
    }

    .case-study-solution-section .quote-block .member-info h3 {
        font-size: 19px;
    }

    .case-study-solution-section .case-study-content-wrapper .right-block h2 {
        margin-bottom: 39px;
    }

    .case-study-solution-section .case-study-content-wrapper .left-block .quote-block {
        margin-top: 40px;
    }

    .case-study-result-section {
        padding: 78px 0 54px;
    }

    .result-content-outer-wrapper .left-block .white-box span {
        font-size: 20px;
        letter-spacing: 0.2px;
        margin-bottom: 23px;
    }

    .result-content-outer-wrapper .right-block {
        padding-left: 69px;
        max-width: calc(100% - 336px);
        flex: 0 0 calc(100% - 336px);
    }

    .result-content-outer-wrapper .left-block {
        max-width: 336px;
        flex: 0 0 336px;
    }

    .result-content-outer-wrapper .right-block .content-wrapper h3 {
        margin-top: 6px;
        margin-bottom: 20px;
        line-height: 1.6;
    }

    .result-content-outer-wrapper .right-block .content-wrapper p {
        line-height: 1.71;
        margin-bottom: 20px;
    }

    .result-content-outer-wrapper .left-block .white-box p {
        font-size: 25px;
        letter-spacing: 0.3px;
    }

    .result-content-outer-wrapper .left-block {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .result-content-outer-wrapper .left-block .white-box {
        padding: 20px 18px;
    }

    .our-study-conclusion-section {
        padding: 98px 0 108px;
    }

    .our-study-conclusion-section .conclusion-content-outer-wrapper .left-block {
        max-width: 335px;
        flex: 0 0 335px;
    }

    .our-study-conclusion-section .conclusion-content-outer-wrapper .right-block {
        max-width: calc(100% - 335px);
        flex: 0 0 calc(100% - 335px);
        padding-left: 70px;
    }

    .our-study-conclusion-section .conclusion-content-outer-wrapper .right-block h2 {
        margin-bottom: 25px;
    }

    .our-study-conclusion-section .conclusion-content-outer-wrapper .right-block p {
        line-height: 1.72;
        max-width: unset;
        margin-bottom: 60px;
    }

    .our-study-conclusion-section .conclusion-content-outer-wrapper .right-block .content-wrapper {
        max-width: unset;
        margin-right: 36px;
    }

    .our-study-conclusion-section .conclusion-content-outer-wrapper .right-block a.button.button-dark {
        min-width: 215px;
        margin-top: 23px;
    }

}

@media(max-width: 991px) {
    .case-study-banner-section .banner-content-outer .listing-wrapper li span.info {
        font-size: 40px;
    }

    .case-study-banner-section .banner-content-outer .listing-wrapper {
        flex-direction: column;
        margin: 0;
        align-items: center;
    }

    .case-study-banner-section .banner-content-outer .listing-wrapper li+li {
        margin-top: 16px;
    }

    .case-study-banner-section .banner-content-outer .listing-wrapper li .white-box {
        padding: 21px 20px;
    }

    .case-study-banner-section .banner-content-outer .listing-wrapper li {
        padding: 0;
        max-width: 271px;
        flex: inherit;
    }

    .case-study-challenges-section .challenges-content-wrapper .right-block,
    .case-study-introduction-section .introduction-content-wrapper .right-block,
    .case-study-solution-section .case-study-content-wrapper .right-block,
    .result-content-outer-wrapper .right-block,
    .our-study-conclusion-section .conclusion-content-outer-wrapper .right-block {
        padding-left: 40px;
    }
}

@media(max-width: 767px) {
    .case-study-banner-section .banner-content-outer .logo-wrapper {
        margin-bottom: 50px;
    }

    .case-study-banner-section .banner-content-outer h1 {
        text-align: left;
        line-height: 1.29;
        margin-bottom: 45px;
    }

    .case-study-banner-section {
        padding: 58px 0 41px;
    }

    .case-study-introduction-section .introduction-content-wrapper,
    .case-study-challenges-section .challenges-content-wrapper,
    .case-study-solution-section .case-study-content-wrapper,
    .result-content-outer-wrapper,
    .our-study-conclusion-section .conclusion-content-outer-wrapper {
        flex-wrap: wrap;
    }

    .case-study-introduction-section .introduction-content-wrapper .left-block {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .case-study-introduction-section .introduction-content-wrapper .right-block,
    .case-study-challenges-section .challenges-content-wrapper .left-block,
    .case-study-challenges-section .challenges-content-wrapper .right-block,
    .case-study-solution-section .case-study-content-wrapper .left-block,
    .case-study-solution-section .case-study-content-wrapper .right-block,
    .our-study-conclusion-section .conclusion-content-outer-wrapper .right-block,
    .our-study-conclusion-section .conclusion-content-outer-wrapper .left-block,
    .result-content-outer-wrapper .left-block,
    .result-content-outer-wrapper .right-block {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .case-study-introduction-section .introduction-content-wrapper .right-block {
        padding: 42px 0 0;
    }

    .case-study-challenges-section .challenges-content-wrapper .right-block,
    .case-study-solution-section .case-study-content-wrapper .right-block {
        padding: 0 0 27px;
        order: 1;
    }

    .case-study-challenges-section .white-box {
        padding: 37px 20px 40px 20px;
    }

    .case-study-challenges-section .challenges-content-wrapper .right-block p {
        line-height: 1.6;
    }

    .case-study-challenges-section .challenges-content-wrapper .right-block h4 {
        margin: 30px 0;
    }

    .case-study-challenges-section {
        padding: 31px 0 35px;
    }

    .case-study-introduction-section {
        padding: 43px 0 30px;
    }

    .case-study-solution-section {
        padding: 27px 0px 30px;
    }

    .case-study-result-section {
        padding: 31px 0 31px;
    }

    .case-study-challenges-section .white-box p {
        letter-spacing: 0.3px;
        font-size: 29.1px;
    }

    .case-study-challenges-section .white-box a.button.button-dark {
        height: 55px;
        font-size: 16px;
        padding: 0 40px;
        margin: 30px auto 0;
        width: max-content;
    }

    .case-study-challenges-section .challenges-content-wrapper .left-block,
    .case-study-solution-section .case-study-content-wrapper .left-block {
        order: 2;
    }
    .case-study-challenges-section .container.case-study-container,
    .case-study-result-section .container.case-study-container,
    .case-study-solution-section .container.case-study-container,
    .container.case-study-container {
        width: 100%;
        padding: 0 24px;
    }

    .case-study-solution-section .case-study-content-wrapper .right-block a {
        margin-top: 60px;
    }

    .case-study-solution-section .case-study-content-wrapper .left-block .quote-block {
        margin-top: 56px;
        margin-left: -6px;
    }

    .case-study-solution-section .quote-block .quote-text {
        font-size: 28px;
        padding-right: 22px;
        line-height: 1.3;
    }

    .case-study-solution-section .quote-block .member-info {
        margin-top: 51px;
    }

    .result-content-outer-wrapper .right-block .content-wrapper h3 {
        margin-top: 6px;
        line-height: 1.29;
        margin-bottom: 39px;
    }

    .result-content-outer-wrapper .right-block .content-wrapper p {
        margin-bottom: 38px;
    }

    .result-content-outer-wrapper .right-block {
        padding: 30px 0 0;
    }

    .our-study-conclusion-section .conclusion-content-outer-wrapper .right-block {
        padding: 63px 0 0;
    }

    .our-study-conclusion-section .conclusion-content-outer-wrapper .right-block h2 {
        margin-bottom: 31px;
    }

    .our-study-conclusion-section .conclusion-content-outer-wrapper .right-block p {
        margin-bottom: 44px;
        padding-right: 2px;
    }

    .our-study-conclusion-section .conclusion-content-outer-wrapper .right-block a.button.button-dark {
        margin-top: 34px;
        height: 42px;
        font-size: 16px;
    }

    .our-study-conclusion-section .conclusion-content-outer-wrapper .right-block .content-wrapper {
        margin-right: 6px;
    }
    .case-study-banner-section .banner-content-outer .logo-wrapper ul{
        justify-content: flex-start;
    }
    .case-study-banner-section .banner-content-outer .listing-wrapper li .white-box {
        padding: 16px 10px;
        gap:14px;
    }
    .case-study-banner-section .banner-content-outer .listing-wrapper li span.info {
        font-size: 56px;
    }
    .case-study-banner-section .banner-content-outer .listing-wrapper li span.info .small-text {
        font-size: 41px;
    }
    .case-study-introduction-section .right-block h2{
        margin-bottom: 29px;
    }
    .case-study-introduction-section .right-block p{
        line-height: 1.66;
    }
    .result-content-outer-wrapper .left-block .white-box {
        padding: 14px 10px 10px 8px;
    }
    .result-content-outer-wrapper .left-block .white-box span{
        font-size: 19.3px;
    }
    .our-study-conclusion-section {
        padding: 0px 0 108px;
    }
    .result-content-outer-wrapper .left-block .white-box a.button.button-dark {
        margin: 25.2px 0 0 0;
        padding: 0 25px;
        height: 32px;
        min-width: unset;
        width: max-content;
        font-size: 14px;
    }
    .our-study-conclusion-section .conclusion-content-outer-wrapper .right-block p.highlighted-text{
        line-height: 1.35;
    }
    .result-content-outer-wrapper .right-block blockquote{
        padding: 20px 20px 15px 20px;
    }
    .result-content-outer-wrapper .right-block blockquote::before{
        top: -6px;
        left: 0px;
    }
}

@media(max-width:575px) {
    .case-study-introduction-section .introduction-content-wrapper .left-block {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .our-study-conclusion-section .conclusion-content-outer-wrapper .left-block .img-wrapper{
        margin: 0 -6px;
    }
}

/* 8 Sep 2025: Dev css: Start */
@media (min-width: 768px) and (max-width: 1199px) {
    .case_study_area.case_2 .container .row > div:last-child {
        display: none;
    }
}
/* 8 Sep 2025: Dev css: End */