:root {
    --text-light: #FFF;
    --text-dark: #000;
    --link-color: #0085FF;
    --quote-background-color: #EDF9FF;
    --breadcrumb-color: rgba(255, 255, 255, 0.59);
    --h1-font: 40px;
    --h2-font: 28px;
    --h3-font: 20px;
    --p-font: 17px;
    --xs-wgt: 200;
    --s-wgt: 300;
    --m-wgt: 400;
    --l-wgt: 500;
    --xl-wgt: 600;
    --embed-video-width: 800px;
    --embed-video-height: 400px;
}

.heading-menu,
#customers,
#allFea,
.btmBar,
#scroll {
    display: none;
}

.youtube-video {
    width: var(--embed-video-width);
    height: var(--embed-video-height);
    border-radius: 20px;
}

#scroll {
    padding: 0;
}

.case-study {
    padding: 70px;
    margin: auto;
}

.case-study h1 {
    font-size: var(--h1-font);
    line-height: 51px;
    font-weight: var(--xl-wgt);
}

.case-study h2 {
    font-size: var(--h2-font);
    line-height: 40px;
    font-weight: var(--xl-wgt);
    margin: 0px 0px 20px;
}

.case-study h3 {
    font-size: var(--h3-font);
    line-height: 35px;
    font-weight: var(--m-wgt);
}


.case-study h3.bold {
    font-weight: 600;
    margin: 0 0 12px !important;
}

.case-study h3.sub-header {
    color: var(--text-light) !important;
}

.case-study p {
    font-size: var(--p-font);
    line-height: 30px;
    font-weight: var(--s-wgt);
    margin: 0 0 20px;
}

.case-study li {
    font-size: var(--p-font);
    line-height: 30px;
    font-weight: var(--s-wgt);
    position: relative;
}

.case-study a {
    color: var(--link-color);
}

.case-study .breadcrumb {
    color: var(--breadcrumb-color);
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    margin: 0px 0px 50px 0px;
    width: -webkit-fill-available;
}

.case-study .breadcrumb .title {
    color: var(--text-light);
    font-weight: 400;
}

.case-study .breadcrumb a {
    color: var(--breadcrumb-color) !Important;
    padding: 0px;
}

.case-study .breadcrumb a:after {
    content: ">";
    font-size: 11px;
    font-weight: 400;
    margin: 0px 10px;
}

/* varies according to template for header starts*/
.case-study h1 {
    color: var(--text-light);
    margin: auto auto 70px;
}

.case-study.header {
    text-align: center;
    padding: 40px 40px 0px 40px;
    z-index: 2;
}

.case-study.header:before {
    content: "";
    position: absolute;
    background-image: url(../../../products/desktop-central/images/case-study-banner-1.png);
    width: 100%;
    height: 86%;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index: -1;
    background-position: top;
}

/* varies according to template for header ends */
.case-study.content-wrapper {
    padding: 60px 140px;
}

.case-study.relevant {
    background: #F6F9FC;
}

.case-study.relevant h2, .case-study.video h2 {
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    /* 100% */
    margin: 0 0 40px;
}

.case-study.content-wrapper .flex {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    align-content: center;
    align-items: flex-start;
    width: 100%;
    gap: 100px;
    max-width: 1200px;
    margin: auto;
}

.case-study.content-wrapper .flex .content {
    width: 100%;
    max-width: 800px;
}

.case-study.content-wrapper .flex .content .content-section:first-child {
    margin: 0px 0px 60px 0px;
}

.case-study.content-wrapper .flex .content .content-section {
    margin: 60px 0px;
}

.case-study.content-wrapper .flex .content .content-section:last-child {
    margin-bottom: 0px;
}

.case-study.content-wrapper .flex .content .description {
    font-size: 18px;
}

.case-study.content-wrapper .flex .content .youtube-video {
    /* margin: 60px 0px; */
}

.case-study.content-wrapper .flex .right-content {
    width: 18%;
    max-width: 300px;
    padding: 25px;
    border-radius: 10px;
    background: #F6F9FC;
    position: sticky;
    top: 60px;
    min-width: 150px;
}

.case-study.content-wrapper .flex .right-content .bottom {
    position: relative;
    border-bottom: 0.5px solid #CEDDED;
    padding: 18px 0px 18px 38px;
}

.case-study.content-wrapper .flex .right-content .bottom:nth-last-child(2) {
    border-bottom: none;
}

.case-study.content-wrapper .flex .right-content .bottom.company-logo {
    padding: 0px;
    text-align: center;
}

.case-study.content-wrapper .flex .right-content .bottom ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    text-align: center;
    gap: 20px;
    margin: 0 0 18px;
}

.case-study.content-wrapper .flex .right-content .bottom ul figcaption {
    font-size: 12px;
    line-height: normal;
}

.case-study.content-wrapper .flex .right-content .bottom ul li img {
    width: 23px;
    height: 23px;
    max-width: 100%;
    margin: 0 0 5px;
}

.case-study.content-wrapper .flex .right-content .bottom h3 {
    font-weight: 600 !important;
}

.case-study.content-wrapper .flex .right-content .bottom .logo {
    margin-bottom: 20px;
    margin-top: 0px;
    max-width: 250px;
    max-height: 50px;
}

.case-study.content-wrapper .quote {
    background-color: #F6FAFF;
    padding: 32px 20px;
    margin: 40px 0px 0px 0px;
    border-top: 1px solid #0085FF;
    border-bottom: 1px solid #0085FF;
}

.case-study.content-wrapper .quotes-wrapper.video .quote {
    border: none;
    gap: 30px;
}
.case-study.content-wrapper .quotes-wrapper.video .quote h4{
    color: #000;
    font-size: 18px;
    font-style: normal;
    line-height: 32px;
    margin: 0px;
}
.case-study.content-wrapper .quotes-wrapper.video .quote h4.title{
font-weight: 600;
   margin:0 0 16px; 
}
.case-study.content-wrapper .quote.case {
    display: flex;
    gap: 80px;
    justify-content: center;
    align-items: center;
    padding: 32px 40px;
}

.case-study.content-wrapper .quote.case .image {
    position: relative;
}

.case-study.content-wrapper .quote.case .image:after {
    position: absolute;
    content: "";
    border-radius: 20px;
    background: linear-gradient(180deg, #82C5FF 0%, #C0F7FF 100%);
    box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.11);
    width: 210px;
    height: 255px;
    transform: rotate(9deg);
    left: 20px;
}

.case-study.content-wrapper .quotes-wrapper.video .quote.case .image:after {
    display: none;
}
.case-study.content-wrapper .quotes-wrapper.video .quote.case .image:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background-image: url(https://www.manageengine.com/ems/images/icon/play-icon.svg);
    margin: auto;
    background-size: contain;
    pointer-events: none;
    z-index: 2;
}
.case-study.content-wrapper .quote .content {}

.case-study.content-wrapper .quote .image img {
    width: 210px;
    height: 251px;
    z-index: 1;
    position: relative;
    border-radius: 20px;
    border: 1px solid #ABD7FF;
    background: linear-gradient(180deg, #FFF 0%, #FFF 100%);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.07);
}

.case-study.content-wrapper .quotes-wrapper.video .quote .image img {
    border-radius: 12px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.06);
    border: none;
    max-width: 280px;
    height: auto;
}

.case-study.content-wrapper .quotes-wrapper {
    position: relative;
    margin: 50px 0;
}

.case-study.content-wrapper .quotes-wrapper:before {
    position: absolute;
    content: "";
    background-image: url(../../../ems/images/icon/quote-icon-14.svg);
    width: 60px;
    height: 38px;
    background-repeat: no-repeat;
    background-size: contain;
    left: -3px;
    top: -19px;
    z-index: 2;
    background-color: #FFF;
}

.case-study.content-wrapper .quotes-wrapper.video:before {
    display: none;
}

.case-study.content-wrapper .quotes-wrapper:after {
    position: absolute;
    content: "";
    background-image: url(../../../ems/images/icon/quote-icon-14.svg);
    width: 60px;
    height: 38px;
    background-repeat: no-repeat;
    background-size: contain;
    right: -10px;
    bottom: -19px;
    z-index: 2;
    background-color: #FFF;
}

.case-study.content-wrapper .quotes-wrapper.video:after {
    display: none;
}
.case-study.content-wrapper .quotes-wrapper h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 177.778% */
    margin: 0 0 14px !important;
}
.case-study.content-wrapper .content .quotes-wrapper.even .quote {
    /* clip-path: polygon(0% 0%, 100% 15%, 100% 85%, 0% 100%); */
}

.case-study.content-wrapper .quotes-wrapper h3.speaker {
    font-weight: 600 !important;
    margin: 0px !important;
}

.case-study p a {
    text-decoration: underline;
}

.case-study .type,
.case-study.content-wrapper .flex .right-content .bottom h3 {
    margin: 0px;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.case-study.content-wrapper .flex .right-content h3 {
    font-weight: var(--l-wgt);
}

.case-study.content-wrapper .flex .right-content .cta {
    border-radius: 4px;
    border: 1px solid var(--link-color);
    background: var(--text-light);
    padding: 14px 16px;
    text-transform: uppercase;
    display: block;
    line-height: 24px;
    margin: 0px 0 18px 0;
    text-align: center;
    text-decoration: none;
}

.case-study.content-wrapper .flex .right-content .cta:hover {
    color: #FFF;
    background: var(--link-color);
}

.case-study .case-studies-swiper {
    width: 1200px;
    margin-left: 0px;
    border-radius: 20px;
    background: #ECE7FF;
    box-shadow: 0px 0px 44px 0px rgba(170, 143, 255, 0.20);
}

.case-study .case-studies-swiper .flex {
    padding: 60px;
    margin: 0px 20px;
    display: flex;
    justify-content: space-between;
    height: 280px;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.case-study .case-studies-swiper .flex .image {
    width: 370px;
    height: calc(100% + 60px);
    position: relative;
    top: 0px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px -6px 24px 0px rgba(0, 0, 0, 0.06);
}

.case-study .case-studies-swiper .flex .image img {
    width: calc(100% - 26px);
    height: calc(100% - 26px);
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 13px;
    bottom: 0;
    border-radius: 5px;
    object-fit: cover;
}

.case-study .case-studies-swiper .flex .content {
    width: 570px;
}

.case-study .case-studies-swiper .flex .content img {
    width: 170px;
    height: 90px;
    object-fit: contain;
    margin-bottom: 15px;
}

.case-study .case-studies-swiper .content p {
    margin: 0px;
}

.case-study .slick-prev:before,
.case-study .slick-next:before {
    content: "";
    background-image: url(../../../ems/images/icon/arrow-icon-7.svg);
    width: 100px;
    height: 100px;
    left: -22px;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto;
}

.case-study .slick-prev:before {
    transform: rotate(180deg);
}

.case-study .slick-next:before {
    right: -22px;
    left: auto;
}

.case-study .swiper-button-next,
.case-study .swiper-button-prev {
    width: 100px;
    height: 100px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

.case-study .swiper-button-next {
    right: 0px;
    left: auto;
}

.case-study .customer-benefits .flex {
    max-width: 1143px;
    margin: auto;
    transform: scale(1.05);
    position: relative;
    border-radius: 10px;
    background: linear-gradient(0deg, #F6F9FC 0%, #F6F9FC 100%), linear-gradient(180deg, #FFF5E1 0%, #E4FFFD 100%);
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.06);
}

.case-study .customer-benefits .flex .achievements {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    top: -18px;
    z-index: 3;
    left: 43%;
}

.case-study .customer-benefits .flex .achievements span {
    padding: 2px 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: 1px solid #C0E1FF;
    background: #F6F9FC;
}

.case-study .customer-benefits .flex .achievements p {
    color: #000;
    margin: 0px 5px;
    font-weight: 500;
}

.case-study .customer-benefits .flex .benefits-list {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-between;
    padding: 24px 52px 23px;
    border-radius: 10px;
    background: linear-gradient(0deg, #F6F9FC 0%, #F6F9FC 100%), linear-gradient(180deg, #FFF5E1 0%, #E4FFFD 100%);
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.06);
    align-items: baseline;
}

.case-study .customer-benefits .flex .benefits-list .benefits {
    text-align: center;
    width: 290px;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
    /* align-items: center; */
    align-content: center;
    position: relative;
}

.case-study .customer-benefits .flex .benefits-list .benefits:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100px;
    border-right: 1px solid #C0E1FF;
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.case-study .customer-benefits .flex .benefits-list p {
    font-size: 16px;
}
.case-study .customer-benefits .flex .benefits-list {
    padding-top: 50px !important;
}
.case-study .customer-benefits .flex .benefits-list .benefits img {
    width: 40px;
    height: 40px;
    margin: 0 0 15px;
}

.case-study .customer-benefits .flex .benefits-list .benefits:last-child:before {
    content: none;
}

.case-study .customer-benefits .flex .benefits-list h2 {
    color: #0085FF;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    line-height: normal;
    margin: 0 0 4px;
}

.case-study .customer-benefits .flex .benefits-list p {
    color: #000;
    text-align: center;
    font-weight: 400;
    line-height: 27px;
}

.case-study.content-wrapper .flex .right-content .bottom .bottom-icon {
    left: 0px;
    position: absolute;
    top: 24px;
}

.case-study.contact-card .flex {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    justify-content: space-between;
    align-content: center;
    align-items: stretch;
    margin: auto;
}

.case-study.contact-card .flex .content {
    max-width: 790px;
    text-wrap: balance;
}

.case-study.contact-card .flex .content h2 {
    margin: 0 0 10px;
}

.case-study.contact-card .flex .content p {
    margin: 0px;
}

.case-study.contact-card .flex .card .content {
    padding: 28px 0px 28px 28px;
    width: 380px;
}

.case-study.contact-card .flex .card .content figcaption a {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 176.471% */
    padding: 0px 0px 0px 7px;
}

.case-study.contact-card .flex .card .content figcaption {
    display: inline-block;
}

.case-study.contact-card .flex .card .content h3 {
    color: #FFF !important;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    /* 142.857% */
    margin: 0 0 14px !important;
}

.case-study.contact-card .flex .card {
    border-radius: 10px;
    background: linear-gradient(114deg, #0085FF 0%, #005099 100%);
    width: 340px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.case-study.contact-card .flex .card .image {
    width: 70px;
    position: relative;
    left: -70px;
}

.case-study.contact-card .flex .card .image img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

.case-study.contact-card .flex .card .content figure {
    margin: 0 0 14px;
}

.case-study.contact-card .flex .card .content .cta {
    display: flex;
    width: 160px;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: #FFF;
    color: #0085FF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.case-study.relevant .case-studies-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 1200px;
    gap: 23px;
    margin: auto;
}

.case-study.relevant .case-studies-wrapper .list-box {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.07);
    width: 325px;
    padding: 20px;
    position: relative;
}

.case-study.relevant .case-studies-wrapper .list-box .image-wrapper {
    width: 325px;
    height: 188px;
    border-radius: 6px;
    background: #F6F7FA;
    margin: auto;
    display: flex;
}

.case-study.relevant .list-box .image-wrapper img {
    margin: auto;
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.case-study.relevant .tag {
    padding: 10px 0 0;
}

.case-study.relevant span.list-tag {
    display: inline-flex;
    padding: 2px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    background: #E4F2FF;
    color: #000;
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
}

.case-study.relevant .title {
    padding: 12px 0px 0px;
    border-bottom: 1px solid #EBEBEB;
}

.case-study.relevant .title h4 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px;
    /* 160% */
    margin: 0px 0 7px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.case-study.relevant .text {
    color: #0085FF;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.2px;
    /* 160% */
    position: relative;
}

.case-study.relevant .text:after {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(https://www.manageengine.com/products/desktop-central/resources/images/arrow-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 6px;
    height: 12px;
    filter: brightness(0) saturate(100%) invert(49%) sepia(60%) saturate(6523%) hue-rotate(193deg) brightness(101%) contrast(107%);
    top: 0;
    bottom: 0;
    margin: auto;
    left: 145px;
}

.case-study.relevant .content {
    padding: 11px 0px 0px;
}

.case-study.relevant .list-cta {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: transparent;
    margin: auto;
}
.case-study.content-wrapper .flex .content  .problem-list {
    border-radius: 10px;
    border: 0.5px solid #F2FFF1;
    background: linear-gradient(0deg, #FFF1F1 0%, #FFF1F1 100%), linear-gradient(180deg, #FFF5E1 0%, #E4FFFD 100%);
    padding: 20px 20px 20px 40px;
    margin: 0 0 30px;
}

.case-study.content-wrapper .flex .content  .problem-list li {
    margin: 0 0 10px;
    position: relative;
    max-width: 700px;
}
.case-study.content-wrapper .flex .content .problem-list li:before,.case-study.content-wrapper .flex .content .list-wrapper li:before ,.case-study.content-wrapper .flex .content  .results-list  li:before,.case-study.content-wrapper .flex .content  .intro-list li:before {
    content: "";
    display: inline-block;
    width: 5px;
    font-size: 20px;
    position: absolute;
    left: -15px;
    background-image: url(https://www.manageengine.com/ems/images/icon/bullet-icon.svg);
    background-repeat: no-repeat;
    height: 5px;
    background-size: contain;
    background-position: center;
    top: 13px;
}

.case-study.content-wrapper .flex .content .list-wrapper li {
    margin: 0 0 10px;
}
.case-study.content-wrapper .flex .content  ul.problem-list li:last-child {
    margin: 0px;
}

.case-study.content-wrapper .flex .content  .features-list {
    border-radius: 10px;
    background: #F6F9FC;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    padding: 20px;
    text-align: center;
    margin: 10px 0 0;
    gap: 20px;
}

.case-study.content-wrapper .flex .content strong {
    font-weight: 600;
}

.case-study.content-wrapper .flex .content .features-list .feature {
    position: relative;
}

.case-study.content-wrapper .flex .content .features-list .feature:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    color: #C0E1FF;
    right: -30px;
    border-right: 1px solid #C0E1FF;
}

.case-study.content-wrapper .flex .content .features-list .feature:last-child:before {
    content: none;
}

.case-study.content-wrapper .flex .content .features-list img {
    margin: 0 0 5px;
}

.case-study.content-wrapper .flex .content  ul.results-list {
    border-radius: 10px;
    background: #F2FFF1;
    padding: 20px;
    margin: 10px 0 0;
    display: flex;
    position:relative;
    gap: 30px;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.case-study.content-wrapper .flex .content ul.results-list li {
    padding: 0 0px 0 20px;
    position: relative;
}
.case-study.content-wrapper .flex .content  .results-list  li:before {
    filter: brightness(0) saturate(100%) invert(29%) sepia(100%) saturate(950%) hue-rotate(84deg) brightness(99%) contrast(102%);
    left: 0px;
}
.case-study.content-wrapper .flex .content .intro-list {
    border-radius: 10px;
    border: 0.5px solid #F2FFF1;
    background-color: #f0f7ff;
    padding: 20px 20px 20px 40px;
    margin: 0 0 30px;
}
.case-study.content-wrapper .flex .content  .intro-list li {
    margin: 0 0 10px;
    position: relative;
    max-width: 700px;
}
.case-study.content-wrapper .flex .content  ul.intro-list li:last-child {
    margin: 0px;
}
.case-study.content-wrapper .flex .content .benefits-list {
    border-radius: 10px;
    border: 0.5px solid #F2FFF1;
    background-color: #f5f2f0;
    padding: 20px 20px 20px 40px;
    margin: 0 0 30px;
}
.case-study.content-wrapper .flex .content  .benefits-list li {
    margin: 0 0 10px;
    position: relative;
    max-width: 700px;
}
.case-study.content-wrapper .flex .content  .benefits-list li:before {
    content: "Ã¢â‚¬Â¢";
    display: inline-block;
    width: 15px;
    font-size: 20px;
    position: absolute;
    left: -15px;
}
.case-study.content-wrapper .flex .content  ul.benefits-list li:last-child {
    margin: 0px;
}
.case-study.video .flex{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    align-content:center;
    max-width: 1200px;
    margin: 60px auto 0px;
    gap: 70px;
}
.case-study.video .flex .content{
    max-width: 500px;
}
@media (max-width: 1050px) {
    :root {
        --embed-video-width: 475px;
        --embed-video-height: 475px;
    }

    .case-study .case-studies-swiper {
        width: 950px;
    }

    .case-study .case-studies-swiper .flex {
        padding: 40px;
    }

    .case-study.content-wrapper {
        padding: 70px;
    }

    .case-study.content-wrapper .flex .content {
        width: 550px;
        max-width: 66%;
    }

    .case-study.content-wrapper .flex .right-content {
        width: 250px;
        max-width: 20%;
        min-width: 150px;
    }

    .case-study .case-studies-swiper .flex .content {
        width: 480px;
    }

    .case-study .case-studies-swiper .flex .image {
        width: 300px;
    }

    .case-study.relevant {
        padding: 40px;
    }
    .case-study.content-wrapper .flex .content .features-list .feature:nth-child(even):before{
        display:none;
    }
    .case-study.content-wrapper .flex{
        gap: 20px;
    }
    .case-study.contact-card .flex .content{
        max-width: 65%;
    }
    .case-study.contact-card .flex .card{
        max-width: 32%;
        height: auto;
    }
    .case-study.contact-card .flex .card .image{
        display:none;
    }
    .case-study.contact-card .flex .card .content{
        max-width: 100%;
    }
}

@media (max-width: 780px) {
    :root {
        --h1-font: 30px;
        --h2-font: 25px;
        --h3-font: 19px;
        --h4-font: 18px;
        --p-font: 16px;
        --s-font: 10px;
        --m-font: 12px;
        --l-font: 20px;
        --xl-font: 48px;
        --xs-wgt: 200;
        --s-wgt: 300;
        --m-wgt: 400;
        --l-wgt: 500;
        --xl-wgt: 600;
        --embed-video-width: 99%;
        --embed-video-height: 200px;
    }

    .case-study.content-wrapper .flex .content {
        /* width: 40%; */
        max-width: 60%;
    }
    .case-study.content-wrapper .flex{
        gap:20px;
    }
    .case-study.content-wrapper .flex .right-content {
        /* width: 100%; */
        /* position: relative; */
        /* top: 0px; */
        /* margin-bottom: 40px; */
    }

    .case-study.content-wrapper {
        padding: 40px;
    }

    .case-study .case-studies-swiper {
        width: 90%;
    }

    .case-study.relevant {
        padding: 40px;
    }

    .case-study.content-wrapper .flex .content .content-section:first-child {
        margin: 0px 0px 40px 0px;
    }

    .case-study.content-wrapper .flex .content .content-section {
        margin: 40px 0px;
    }

    .case-study h1 {
        width: 100%;
    }

    .case-study.header {
        padding: 40px;
    }

    .case-study.content-wrapper .quote {
        clip-path: none;
        padding: 40px;
        margin-bottom: 30px;
    }

    .case-study.content-wrapper .content .quotes-wrapper.even .quote {
        clip-path: none;
    }

    .case-study.content-wrapper .quotes-wrapper {
        padding: 0px;
    }

    .case-study .case-studies-swiper .flex .content {
        width: 100%;
    }

    .case-study .case-studies-swiper .flex {
        height: auto;
        padding: 40px;
    }

    .case-study .case-studies-swiper .flex .image {
        display: none;
    }

    .case-study.content-wrapper .flex .right-content .cta {
        text-align: center;
    }

    .case-study.content-wrapper .quotes-wrapper:before {
        top: -10px;
        width: 90px;
    }

    .case-study.content-wrapper .quotes-wrapper.even:before {
        left: auto;
    }
}