<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.featured-case-study .post-content {
    align-items: center;
    align-content: center;
    text-align: left;
}

.featured-case-study h2 {
    margin-bottom: 0;
}



.featured-case-study h3 {
    font-weight: 400;
    font-size: 24px;
}


.featured-case-study .read-more {
    display: none;
}

.featured-case-study .post-content {
    align-items: center;
}

.featured-case-study .post-img {
    width: 100%;
}


.featured-case-study img {
    border-radius: 20px; 
    width: 100%;
}

@media (max-width: 767px) {
    .featured-case-study h2 {
        margin-bottom: 10px;
        font-size: 30px;
    }
    
    .featured-case-study h3 {
        font-size: 18px;
    }

    .featured-case-study .col-gap {
        display: none;
    }

    .featured-case-study .post-img {
        max-width: 570px;
    }

  }

</pre></body></html>