.dataiku-banner .partner2-hero-cta .btn{
    width: 51%;
    color: #004AC6;
    border: 1px solid #C3C6D7
}
.dataiku-banner{
    background-color: #DAE2FD;
}
.dataiku-stats-container{
    padding: 20px 2rem;
}
.dataiku-stats-container .stat-number{
    color: #004AC6;
    -webkit-text-fill-color: unset
}
.dataiku-stats-container .stat-item{
    position: relative;
}
.dataiku-stats-container .stat-item::after{
    content: "";
    position: absolute;
    right: -12px;
    background: #ccc;
    width: 1px;
    height: 100px;
    top: 8px;
}
.dataiku-stats-container .stat-item:nth-child(4)::after{
    content: unset;
}
.dataiku-core-focus{
    background-color: #F2F3FF;
}
.dataiku-core-focus .core-focus-head h2{
    color: #004AC6;
}
.dataiku-core-focus .core-focus-head h2::after{
    content: unset;
}
.dataiku-core-focus .core-focus-head p {
    margin: 0rem auto;
    font-weight: 600;
    color: #434655;
}
.dataiku-core-focus .dbt-area-cards {
margin-top: 2rem;
}
.dataiku-core-focus .focus-area-card-wrap:not(.expanded) {
    max-width: calc(33% - 0px);
}
.dataiku-core-focus .focus-area-card-wrap{
    background-color: #fff;
}
.dataiku-core-focus .focus-area-card-wrap .dbt-card{
    background-color: #fff;
}
.dataiku-core-focus ul li{
    font-size: 14px;
    position: relative;
}
.dataiku-core-focus ul li::before{
    content: url("/images/dataiku/dataiku-tick.png");
    position: absolute;
    left:0;
}
@media screen and (min-width: 2500px){
    body {
        max-width: 2500px;
    }
}

@media (min-width: 2000px) and (max-width: 2499px) {
}

@media (min-width: 1600px) and (max-width: 1999px) {
    /* large devices */
}
@media (min-width: 992px) and (max-width: 1200px) {
     /* ipad-pro */
}
@media (min-width: 769px) and (max-width: 991px) {
     /* ipad-air */
}
@media (min-width: 569px) and (max-width: 768px){
/* ipad-mini */
}
@media (min-width: 320px) and (max-width: 568px){
 /* mobile devices */
}