.case-banner{
    background: linear-gradient(0deg, #ffffff 59%, #0094da66) !important;
    padding: 80px 0 !important;
}
.case-banner.firstfold img{
    animation: none !important;
}
.purple-section{
    background: #5331AB ;
    padding: 60px 0;
    color: white;
}

.gray-sec{
    background: #EAE8ED;
    padding: 80px 0;
}

.gray-sec .card{
    background: white;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
}
.gray-sec .card img{
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    object-fit: contain;
}
.gray-sec .card p{
    margin-bottom: 0;
}
.purp-border p{
    margin-bottom: 0;
}
.purp-border{
    border: 3px solid #5331AB;
    border-radius: 24px;
    padding: 30px;
    height: 100%;
}
.purp-border img{
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    object-fit: contain;
}
.width1000{
    max-width: 1000px;
    margin: auto;
}