.service-cardrow{display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 -15px;row-gap:30px}.service-cardcol{box-sizing:border-box;flex:1 1 25%;max-width:25%;padding:0 15px}.service-cardrow.cols-in-last-row-1 .service-cardcol.last-row{flex:1 1 100%;max-width:100%}.service-cardrow.cols-in-last-row-2 .service-cardcol.last-row{flex:1 1 50%;max-width:50%}.service-cardrow.cols-in-last-row-3 .service-cardcol.last-row{flex:1 1 33.333%;max-width:33.333%}.service-cardrow.cols-in-last-row-4 .service-cardcol.last-row{flex:1 1 25%;max-width:25%}.service-cardcolInn{background:#2f5a50;height:100%;padding-bottom:300px;position:relative}.service-card-content{background:#2f5a50;bottom:0;color:#fff;left:0;min-height:300px;overflow:hidden;padding:20px;position:absolute;width:100%}.service-card-icon{margin-bottom:20px;width:80px}.service-card-content h3{color:#fff;font-weight:500}.service-card-bmtext{margin:10px 0 20px;max-height:0;opacity:0;transition:all .4s linear}.service-cardimg{height:260px;transition:all .4s linear}.service-cardimg img{height:100%!important;object-fit:cover;width:100%}.service-cardcol:hover .service-cardimg{height:200px}.service-cardcol:hover .service-card-bmtext{max-height:400px;opacity:1}.service-cardcol:hover .service-card-content{background:#4c7169;max-height:calc(100% - 40px)}.service-cardcol:hover .arrow{opacity:0}.arrow{bottom:20px;position:absolute;right:20px;transform:rotate(270deg)}.arrow svg{height:16px;width:16px;fill:#fff}.service-cardsec .container{max-width:1400px}@media(max-width:1200px){.service-cardcol{flex:1 1 50%!important;max-width:50%!important}}@media(max-width:767px){.service-cardcol{flex:1 1 100%!important;max-width:100%!important}.service-card-content h3{font-size:20px}}@media (max-width:375px){.service-cardcol:hover{padding-bottom:350px}}