.cs_top span {
    color: var(--medium-purple-755-be-2, #755BE2);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: -0.24px;
}

.single-case-study-area {
    padding-top: 33px;
}

.pt-desk {
    padding-top: 150px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.mt-80 {
    margin-top: 80px;
}

.my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.cs_top {

    margin-bottom: 48px;
    margin-top: 65px;
}

.cs_top h1 {
    margin: 25px 0;
}

.cs_top img {
    margin-right: 10px;
}

.cs_top a {
    color: #1A1B20;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 164%;
    text-decoration-line: underline;
}

.cs-com-details {
    background-color: #f8f4ff;
}

.cs_content {
    max-width: 735px;
}

.cs-com-details {
    display: flex;
    padding: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;

}

.cs-com-left img {
    width: 100%;
}

.blog-free-text a {
    color: var(--medium-purple-755-be-2, #755BE2);
    text-decoration: none;
}

.cs-com-right {
    width: calc(100% - 200px);
    padding-left: 25px;
}

.cs-com-right li:last-child {
    margin-bottom: 0;
}

.cs-com-right li img {
    position: absolute;
    left: 0;
    top: 0;

}

.cs-com-right li span {
    color: #1A1B20;
    font-size: 22px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: 164%;
    display: block;
    padding-left: 62px;
}

.cs_content .cs-com-right li {
    position: relative;
    list-style: none;
    margin-bottom: 20px;
    padding-left: 40px;
}
.cs_content .cs-com-right li:last-child{
    margin-bottom: 0;
}
.cs-com-left {
    width: 200px;
}

.cs_content h3, .cs_content h2 {
    color: var(--shark-1-a-1-b-20);
    font-size: 32px;
    font-family: "Playfair Display", serif;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 40px;
}

.cs_content li,
.cs_content p {
    color: var(--shark-1-a-1-b-20);
    font-size: 20px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: 164%;
    margin-bottom: 40px;
}

.cs_content ul {
    padding-left: 30px;
}

.cs-quote {
    position: relative;
    padding: 55px 50px 45px 65px;
    background: var(--ghost-white-fafbfc, #FAFBFC);
    margin-top: 80px;
    margin-bottom: 107px;
    width: calc(100% - 25px);
    border-radius: 24px 0 24px 0;
}

.cs-quote h2 {
    font-family: "Playfair Display", serif;
    color: var(--shark-1-a-1-b-20);
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.cs-quote span {
    font-weight: 500;
}

.cs-quote div {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 28px;

}

.cs_content .cs-quote a,
.cs_content .cs-quote span,
.cs_content .cs-quote p {
    text-decoration: none;
    color: var(--shark-1-a-1-b-20);
    font-size: 14px;
    margin: 0;
}

.case_study_area_single.case_2 {
    padding-bottom: 60px;
    padding-top: 60px;
}
.cs_top a:hover{
    color: #755BE2;
    text-decoration: underline !important;
}
.cs_content .cs-com-right ul{
    padding-left: 0;
}
.cs_content .cs-com-right li{
    padding-left: 0;
}
.cs_content .video-inner{
    width: 100%;
}
.video-inner iframe{
    width: 100%;
}

.single-case-study-area .quote {
    background-image: url('../img/case_study_single/quote.svg');
    background-position: center center;
}
.single-case-study-area .blog-quote > div {
    margin-top: 28px;
}
.single-case-study-area .blog-quote p {
    margin-bottom: 0;
}
.single-case-study-area .blog-quote h2 {
    color: var(--shark-1-a-1-b-20, #1A1B20);
    font-family: Playfair Display;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.cs-first-paragraph p {
    font-size: 24px;
}

.cs_content li::marker {
    font-size: 14px;
}
@media (min-width: 1200px) {
    .cs_top .D_H1_Poppins_SemiBold_55px{
        font-size: 55px;
    }
}
@media (max-width: 1199px) {
    .cs_content .video-inner{
        width: 100%;
        max-width: 100%;
    }
    .cs_top .D_H1_Poppins_SemiBold_55px{
        font-size: 30px;
    }
    .cs_top span{
        font-size: 14px;
    }
    .cs_top a{
        font-size: 16px;
    }
    .cs_top img{
        width: 17px;
        margin-right: 7px;
    }
    .my-80{
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .mt-80{
        margin-top: 60px;
    }
    .cs-com-right li span{
        font-size: 16px;
    }
    .cs-com-left {
        width: 135px;
    }
    .cs-com-right li img{
        max-width: 30px;
    }
    .cs_content .cs-com-right li{
        margin-bottom: 13px;
    }
    .cs-com-right {
        width: calc(100% - 135px);
        padding-left: 20px;
    }
    .cs_content li, .cs_content p{
        font-size: 17px;
    }
    .cs_content h3, .cs_content h2{
        font-size: 28px;
        margin-bottom: 30px;
    }
    .cs-quote{
        padding: 40px 50px 50px 40px;
        margin-bottom: 80px;
    }
    .single-case-study-area .blog-quote h2 {
        font-size: 26px;
    }
    .cs-quote h2{
        font-size: 26px;
    }
    .quote{
        background: none;
    }
    .quote img{
        width: 64px;
    }
    .cs-com-right li span{
        padding-left: 41px;
    }
    .cs-first-paragraph p {
        font-size: 22px;
    }
    
}
@media (min-width: 768px) and (max-width: 1199px) {
    .case_study_area.case_2 .container .row > div:last-child {
        display: none;
    }

}
@media (max-width: 575px) {
    .cs_top {
        margin-top: 40px;
    }
    .cs_top .D_H1_Poppins_SemiBold_55px{
        font-size: 28px;
    }
    .cs_top span{
        font-size: 14px;
    }
    .cs_top a{
        font-size: 15px;
    }
    .cs_top img{
        width: 17px;
        margin-right: 7px;
    }
    .my-80{
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .mt-80{
        margin-top: 60px;
    }
    .cs-com-left{
        width: 200px;
    }
    .cs-com-details.my-80{
        margin-top: 30px;
    }
    .cs-com-details{
        flex-direction: column;
    }
    .cs-com-right {
        margin-top: 30px;
        width: 100%;
        padding-left: 0;
    }
    .cs-com-right {
        width: 100%;
        padding-left: 0;
    }
    .cs-quote{
        padding: 45px 22px;
        border-radius: 24px 0px 0px 0px;
    }
    .cs_content li, .cs_content p{
        font-size: 17px;
    }
    .cs-first-paragraph p {
        font-size: 22px;
    }
    .single-case-study-area{
        padding-top: 0;
    }
    .case_study_area_single.case_2{
        padding-bottom: 30px;
    }
    .single-case-study-area .blog-quote h2 {
        font-size: 26px;
    }

    .single-case-study-area .quote {
        background-size: 64px;
        background-repeat: no-repeat;
    }
    body.single-case-studies .soccial-icon {
        justify-content: space-between;
    }
    body.single-case-studies .soccial-icon a {
        margin-right: 0;
    }
    body.single-case-studies .soccial-icon img {
        height: 36px;
    }


    body .case_study_area [class*="col-"] {
        padding-top: 60px;
        padding-bottom: 60px;
    }


    
}