/* AI PAGE CSS START HERE */
.gradient-bg{
    background: rgb(255,255,255);
    background: linear-gradient(-180deg, rgba(255,255,255,1) 13%, rgba(145,220,195,1) 56%, rgba(20,145,145,1) 100%);
}
.ai-banner h2{
    font: bold 72px "DM Sans", sans-serif;
}
.ai-box{
    background-color: #000;
    color: #fff;
    padding: 20px;
    border-radius: 24px;
}
.ai-box h6{
    font: bold 25px  "DM Sans", sans-serif;
}

.ai-imgbox{
    height: 64px;
    width: 64px;
    background-color: #fff;
    border-radius: 100%;
}
.ai-imgbox.technology{
    background-color: #ECECFE;
}
.ai-card-box h4{
    font: 700 28px "DM Sans", sans-serif;
}
/* AI PAGE CSS END HERE */