.enterprises-wrapper .left-sec {
    width: 395px!important;
    float: left;
}
.enterprises-wrapper .right-sec {
    width: calc(100% - 395px)!important;
    padding-left: 25px;
    float: left;
}
.enterprises-wrapper .crowds-title {
    padding-right: 100px;
}
.enterprises-wrapper .enterprises-desc {
    min-height: 197px;
    width: 393px;
    color: #010341;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 34px;
    margin-bottom: 30px;
}
.enterprises-btn a {
    display: inline-block;
    border: 2px solid #010341;
    border-radius: 23.6px;
    padding: 12px 45px;
    color: #010341;
    font-weight: 600;
    transition: all 0.2s ease-in;
}
.enterprises-btn a:hover {
    color: #fff;
    background: #010341;
    text-decoration: none;
}

.enterprises-wrapper .common-itm {
    height: 410.63px;
    width: 305.6px!important;
    border-radius: 7px;
    box-shadow: 0 0 4px 6px #F3F3F3;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.enterprises-wrapper .item-1 {
  background-color: #69BDE9;
}
.enterprises-wrapper .item-2 {
    margin-left: -50px;
    margin-right: -50px;
    position: relative;
    z-index: 2;
    background: #fff;
    margin-top: 58px;
}
.enterprises-wrapper .item-3 {
    background-color: #0084cc;
}
.enterprises-wrapper .item-3 img {
    width: 100%;
    max-width: 160px;
}
.enterprises-wrapper .common-itm .prgm-name {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 15px;
  text-align: center;
  max-width: 150px;
  margin: auto;
}

.enterprises-wrapper .item-2 .prgm-name {
  color: #010341;
}
.enterprises-wrapper .logo {
    margin-bottom: 40px!important;
}

.enterprises-wrapper .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
}

.enterprises-wrapper .common-itm:nth-child(2) img {
    max-width: 150px;
    height: auto;
}

@media only screen and (min-width: 1199px) {
    .enterprises-wrapper .common-itm:last-child {
        right: -30px;
    }
    .enterprises-wrapper .common-itm:nth-child(2) {
        right: -17px;
    }
}

@media only screen and (max-width: 767px) { 
    .enterprises-wrapper .enterprises-desc {
        word-break: break-word; 
        width: 100%;
    }
    .enterprises-wrapper .right-sec {
        padding-left: 0;
        margin-top: 40px;
        width: 100%!important;
    }
    .enterprises-wrapper .common-itm {
        height: 200px;
        padding: 5px;
        width: 137px!important;
    }
    .enterprises-wrapper .common-itm img {
        max-width: 100%;
    }
    .enterprises-wrapper .left-sec {
        width: 100%;
    }
    .enterprises-wrapper .common-itm {
        box-shadow: 0 0 3px 2px #f3f3f3;
    }
    .enterprises-wrapper {
        padding: 0 15px;
    }
    .cash-flow-wrapper .cash-flow-bck .elementor-widget-wrap>.elementor-element:last-child {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 991px) { 
    .enterprises-wrapper .left-sec {
        width: 100%!important;
    }
    .enterprises-wrapper .left-sec > div {
        width: 100%;
    }
    .enterprises-wrapper .enterprises-desc {
        height: auto;
        width: 100%;
        margin-bottom: 30px;
    }
    .enterprises-wrapper .right-sec {
        padding-left: 0;
        width: 100%!important;
        margin-top: 50px;
    }
    .enterprises-wrapper {
        padding: 30px;
    }
    body .elementor-7 .elementor-element.elementor-element-8dd2a84 > .elementor-container {
        max-width: 100%;
    }
    .enterprises-wrapper .enterprises-desc {
        min-height: auto;
    }
    .smallBusiness-wrap .small-middle-sec.second-sec {
        margin-top: 0 !important;
    }
    .smallBusiness-wrap .small-middle-sec:not(.second-sec) {
        margin-bottom: 0!important;
    }
    .enterprises-wrapper .common-itm:nth-child(2) img {
        max-width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
 .enterprises-wrapper .common-itm {
        width: calc(100% / 3)!important;
    }
}