.brand-image{
    height: 45px;
}
.bg-top-bottom{
    background: linear-gradient(180deg, rgba(233, 241, 255, 0.5) 0%, rgba(241, 246, 255, 0) 20.95%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(233, 241, 255, 0.72) 0%, rgba(233, 241, 255, 0) 10.13%, rgba(233, 241, 255, 0) 84.97%, rgba(233, 241, 255, 0.72) 100%);
}
.shadow-amit{
    position: relative;
    width: 100%;
    margin: 0 auto 40px;
    background: url(../img/AIsection-background.svg);
    border: 3px solid #C3B3FA;
    border-radius: 24px;
    box-shadow: 0 4px 12px 0 #e2e8f0, 0 0 4px 0 rgb(226 232 240 / .75);
    border-width: 7px;
    border-style: solid;
    border-color: #C3B3FA;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}