/* ai page css */
.ai-banner{
    background: rgba(0, 0, 0, 0) url(../img/team/ai-banner.jpg) no-repeat scroll top center / cover;
    width: 100%;
    z-index: 1;
    position: relative;
    background-position: 50% 0%;
    padding: 160px 0 80px;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.ai-banner:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: #1E1264; */
    opacity: .90;
    content: "";
}
@media only screen and (max-width:767px){
    .web-design-right-img {
        margin-top: 40px;
      }
}