.single-case-study .case__study-card {
    background-image: url(../../images/our-sucess-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    padding: 40px;
    margin: 0;
}
.case__study-card-title{
    margin-bottom: 24px;
    color: var(--color-text-primary);
}
.case__study-stack h3{   
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px;
}
.case__study-tag{
    display: flex;
    flex-wrap: wrap;
    gap:16px;
    align-items: center;
}
.case__study-tag span{
    background: #212326;
    border: 1px solid;
    border-image-source: linear-gradient(90deg, #514747 0%, #313131 100%);
    padding: 10px 16px;
    border-radius: 8px;
    height:40px;
    color: #8A8F98;  
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {
    .single-case-study .case__study-card{
        gap: 32px;
        padding: 16px;
    }
}