.nx-whatto-expect-opt1{
    padding: 60px 0;
    text-align: center;
}
.nx-whatto-expect-opt1 .section-desc {
    margin-bottom: 30px;
}
.nx-whatto-expect-opt1 .card-box{
    margin: 0;
}
.nx-whatto-expect-opt1 .card-box .icon{
    text-align: center;
}
.nx-whatto-expect-opt1 .card-box img{
    width: 140px;
    height: 100px;
    object-fit: contain;
}
.nx-whatto-expect-opt1 .card-box .card-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
}
.hitachi-theme .others-img {
}
@media (max-width: 767px){
    .nx-whatto-expect-opt1 .card-box{
        margin-bottom: 15px;
    }
    .nx-whatto-expect-opt1 .card-box:last-child{
        margin-bottom: 0;
    }
    .nx-whatto-expect-opt1 .card-box:last-child .card-body {
        padding-bottom: 0;
    }
    .nx-whatto-expect-opt1 .card-box .card-title{        
        margin-bottom: 10px;
        height: auto !important;
    }
}