*{
    box-sizing: border-box;
}
.hubprocess_crm .process-card {
    display: block;
    gap: 10px;
    padding: 35px 25px;
    box-shadow: #63636338 0 2px 8px 0;
    border-radius: 5px;
    min-height: 480PX;
    margin-bottom: 25px;
}
.crm-migration-simplify{
    background: linear-gradient(45deg, #f3ffff, #e8fcff) !important;
    display: block;
}
 .process-card img {
    width: 55px;
}

.process.text h5 {
    font-size: 20px;
}
.process.text p {
    margin-bottom: 0;
}
/* .process-section-css-end */

/* .crm-cms-section-css-start */
.crm-cms {
    background: #FFFBED;
}
.crm-cms .crm-cms-card:hover {
    box-shadow: #dedede 0 5px 10px 0;
}
.crm-cms .crm-cms-card {
    padding: 25px 20px;
    background: #fff;
    margin-bottom: 25px;
    border-radius: 10px;
    transition: all .5s ease-out;
}
.crm-cms-text h5 {
    color: #168B9A;
    font-size: 20px;
}
.crm-cms-text p {
    margin-bottom: 0;
    font-size: 16px;
}
.check-icon {
    margin-bottom: 20px;
}

.crm-cms-text p {
   
    min-height: 219px;
}
.hub-crm-values .col-sm-6.col-xs-12.mb-4:nth-child(3) {
    top: 0;
}

@media screen and (min-device-width: 1068px) {
    .hub-crm-values .col-sm-6.col-xs-12.mb-4:nth-child(4) {
        position: relative;
        top: -24px;
    }
}
@media screen and (max-device-width: 1700px) and (min-device-width: 1440px) { 
    .crm-cms-text p {
        min-height: 262px;
    }
}
@media screen and (max-device-width: 1399px) and (min-device-width: 1199px) { 
    .crm-cms-text p {
        min-height: 312px;
    }
}

/* .crm-cms-section-css-end */
@media screen and (max-width: 1440px){
    .hubprocess_crm .process-card {
    min-height: 509px;

}
}
@media screen and (max-device-width: 991px) and (min-device-width: 810px) { 
    .hubprocess_crm .process-card {
        min-height: 415px;
    }
}
@media screen and (max-device-width: 810px) and (min-device-width: 768px) { 
    .hubprocess_crm .process-card {
        min-height: 455px;
    }
}

@media screen and (max-device-width: 1199px) and (min-device-width: 992px) { 
  
    .crm-cms-text p {
        min-height: 129px;
    }
}

@media screen and (max-device-width: 991px) and (min-device-width: 768px) { 
  
    .crm-cms-text p {
        min-height: 223px;
    }
}

@media screen and (max-width: 1199px){
    .businesslocal-service h3 {
        font-size: 20px;
    }
}



@media screen and (max-width: 900px){
.businesslocal-service .content .card {
    min-height: 328px;
}
}
@media screen and (max-width: 767px){

    .hubprocess_crm .process-card {
    min-height: auto;
}
.crm-cms-text p {
    min-height: auto;
}
section.digital-marketing.hub-crm-help.py-5.vector-digital .card-content {
    flex-direction: column;
}
.hubProcess.hubprocess_crm p.mb-4 {
    margin: 0 !important;
}
}

@media screen and (min-width: 1440px){
    .hubprocess_crm .process-card {
    display: flex;
}
.check-icon {
    margin-bottom: 0px;
}
}
@media screen and (max-device-width: 1199px) and (min-device-width: 991px) { 
    .hubprocess_crm  .process-card {
        padding: 25px 20px;
    }

}
@media screen and (max-device-width: 575px){
    .hubprocess_crm .process-card {
    padding: 25px 20px;
}
.hubprocess_crm .process-card img {
    width: 45px;
}
}