.info-box {align-items: flex-start;justify-content: space-between;flex-direction: column;border-right: 1px solid #eee;position: relative;z-index: 1;}.info-box .img-wrap {width: 100%;height: 100%;position: absolute;left: 0;top: 0;clip-path: inset(0 100% 0 0);-webkit-clip-path: inset(0 100% 0 0);transition: -webkit-clip-path .5s cubic-bezier(.30, .30, .05, .95);transition: clip-path .5s cubic-bezier(.30, .30, .05, .95);z-index: -1;}.info-box .img-wrap-inner{background-color: #333;background-repeat: no-repeat;background-size: cover;background-position: center center;width: 100%;height: 100%;position: absolute;left: 0;top: 0;}.info-box:hover .img-wrap {clip-path: inset(0 0 0 0);-webkit-clip-path: inset(0 0 0 0);}.info-content {padding: 90px 10.5% 50px;}.info-content .count {font-size: 120px;font-weight: 600;text-transform: uppercase;color: rgba(235, 236, 237, .70);margin: 10px 0 -10px -10px;transition: all .3s cubic-bezier(.30, .30, .05, .95);}.info-content .heading {font-family: "Jost", sans-serif;font-weight: 600;color: #0b2238;font-size: 30px;line-height: 32px;letter-spacing: -1px;transition: all .3s cubic-bezier(.30, .30, .05, .95);}.info-content .sub-heading {display: block;font-family: "Work Sans", sans-serif;font-size: 12px;text-transform: uppercase;font-weight: 600;color: #6c7a87;transition: all .3s cubic-bezier(.30, .30, .05, .95);}.info-content .read-more {font-family: "Work Sans", sans-serif;font-size: 12px;text-transform: uppercase;font-weight: 600;color: #6c7a87;margin-top: 50px;display: flex;align-items: center;transition: all .3s cubic-bezier(.30, .30, .05, .95);}.info-box:hover .info-content .count {color: rgba(235, 236, 237, .30);}.info-box:hover .info-content .heading, .info-box:hover .info-content .sub-heading, .info-box:hover .info-content .read-more {color: #fff;}