    .docplace-ai-section {
        margin: 0 auto;
        max-width: var(--max-width) !important;
        text-align: left !important;
    }

    .highlight-heading {
        text-align: left !important;
        width: 100%;
    }

    .cards-container {
        padding-left: 0px;
    }

    .case-hero .contact-right {
        background-image: none;
        background-size: cover;
        background-position: center;
        width: 100%;
        max-width: 100%;
        display: block;
        align-items: center;
        justify-content: center;
        height: 100%;
    }



    .case-hero .contact-right {

        width: 100%;
        max-width: 100%;
        display: block;
        align-items: center;
        justify-content: center;
        height: 225px;
        margin: 0 auto;
        text-align: center;
    }

    .case-hero {
        height: 320px !important;
    }

    .case-hero .contact-right {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .case-hero .contact-right img {
        display: block;
        margin: 0 auto;
        max-height: 100%;
        max-width: 100%;
    }
@media (max-width: 768px) {
        .case-hero {
        height: 500px !important;
    }
    .case-studies-features-left h3 {
    font-size: 36px;
    line-height: 34px;
    margin-bottom: 10px;
}
}
