.business-solutions__wrapper{align-content:space-between;align-items:center;display:flex;flex-flow:column wrap;flex-wrap:wrap;gap:30px 30px;height:600px;width:100%}.business-solutions__item{border-radius:5px;min-height:220px;position:relative;width:calc(50% - 15px)}.business-solutions__item:nth-child(2),.business-solutions__item:nth-child(3){min-height:330px}.business-solutions__image{background-repeat:no-repeat;background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.business-solutions__item-wrapper{background-color:#003050;border-bottom-left-radius:5px;border-bottom-right-radius:5px;bottom:0;left:0;opacity:.8;padding:19px 22px;position:absolute;transition:all 2s;width:100%;z-index:2}.business-solutions__title{color:#fff;font-family:Lato;font-size:22px;font-weight:900}.business-solutions__title h3{margin-bottom:0}.business-solutions__title h3:after{content:">";font-weight:300;margin-left:7px}.business-solutions__content{color:#fff;display:none;font-size:16px;padding:0 105px}.business-solutions__item:hover .business-solutions__image{filter:gray;-webkit-filter:grayscale(100%)}.business-solutions__item:hover .business-solutions__item-wrapper{align-items:center;background-image:linear-gradient(0deg,#00a5b6,#003050);border-radius:5px;color:#fff;display:flex;flex-direction:column;justify-content:center;opacity:.8;top:0}.business-solutions__item:hover .business-solutions__title{text-align:center}.business-solutions__item:hover .business-solutions__title h3:after{content:unset}.business-solutions__item:hover .business-solutions__content{display:block;text-align:center}@media (max-width:768px){.business-solutions__wrapper{gap:20px 20px;height:410px}.business-solutions__title h3{font-size:16px}.business-solutions__item{min-height:139px}.business-solutions__item:nth-child(2),.business-solutions__item:nth-child(3){min-height:206px}.business-solutions__item-wrapper{padding:11px 16px}.business-solutions__content{padding:0}}@media (max-width:576px){.business-solutions__wrapper{height:auto}.business-solutions__item{width:calc(100% - 15px)}}