.container{
    max-width: 1400px !important;
    padding: 1rem;
}


.ai-banner{
    text-align: center;
    width: 100%;
}

.ai-why .row .col-md-4 .ai-why-box{
    box-shadow: 0 0 5px #c5bebe;
    border-radius: 15px;
    padding: 0.5rem;
}

.ai-why .row .col-md-4 .ai-why-box img{
    width: 100%;
}

.ai-why .row .col-md-4 .ai-why-box>div{
    font-weight: bold;
    display: flex;
    align-items: center;
    margin: 1rem 0;
    font-size: 1.25rem;
}

.ai-why .row .col-md-4 .ai-why-box>div:before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 16px;
    background: rgb(40, 131, 245);
    margin-right: 0.75rem;
}

.ai-who{
    background: rgb(40, 131, 245);
}

.ai-who .row .col-md-3 .ai-who-box{
    background: #ffffff;
    border-radius: 15px;
    text-align: center;
    padding: 1rem;
}

.ai-who .row .col-md-3 .ai-who-box h4{
    font-size: 1rem;
    margin: 1.5rem;
    font-weight: bold;
}

.ai-who .row .col-md-3 .ai-who-box hr{
    width: 100px;
    height: 3px;
    background: #007bff;
    margin: 1rem auto;
}

.ai-who .row .col-md-3 .ai-who-box div{
    color: #999999;
}

.ai-industry .row .col-md-3{
    margin: 1rem 0;
}

.ai-industry .row .col-md-3 .ai-industry-box{
    height: 200px;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 0 10px #e2e3e5;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(40, 131, 245,0.1);
}

.ai-industry .row .col-md-3 .ai-industry-box>div{
    font-weight: bold;
    font-size: 1.25rem;
}

.ai-industry .row .col-md-3 .ai-industry-box p{
    position: absolute;
    top: 200px;
    padding: 1rem;
    background: #007bff;
    border-radius: 15px;
    color: #ffffff;
    transition: all 0.5s;
    height: 200px;
    font-size: 14px;
    line-height: 1.5rem;
}

.ai-industry .row .col-md-3 .ai-industry-box:hover p{
    top: 0;
}

.ai-career{
    background: #007bff;
}

.ai-career .row .col-md-4 .ai-career-box{
    text-align: center;
    font-size: 1.25rem;
    background: #ffffff;
    padding-bottom: 1rem;
}



















