.new_date {
    background-color: #ff761a;
    padding: 0.2rem 1rem;
    display: inline;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 0.8rem;
    color: #fff;
    font-weight: 700;
}
.nucServ .imgW {
    height: 250px;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
}
.nucServ img {
    max-width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}
.nucServ .infoBlock {
    padding: 20px 0px 0 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}
.nucServ .name {
    margin-bottom: 15px;
    font-size: 1rem;
    font-weight: 700;
    height: 40px;
    margin-top: 15px;
}


.nucServ {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #cdcdcd;
    overflow: hidden;
}


.nucServ .txt {
    height: 100px;
}
.owl-carousel .owl-stage-outer {
    margin: -1px;
}
/*.wrapServIn .owl-item {*/
    /*padding: 0 10px;*/
/*}*/