.noogata-blog-box{float:left;width:100%;display:flex;flex-wrap: wrap;background-size: cover !important;padding:25px 35px;min-height: 339px;align-items: end;}
.noogata-box-logo-content{float:left;width:100%;}
.noogata-box-logo-content h3 {float: left;width: 100%;color: #fff;font-size: 26px;line-height: 29px;margin-bottom: 20px;font-weight: 500;}
.banner-cta a {display: inline-block;box-sizing: border-box !important;cursor: pointer;font-size: 18px;font-weight: 500;line-height: 28px;text-decoration: none;color: #ffffff;padding: 18px 28px;text-align: center;background-color: #2BB5D4;border: 1px solid #2BB5D4;min-width: 200px;}
.banner-cta a>span{position: relative;transform: translate(-8px, 0px);display: inline-block;transition: transform .5s ease 0s;}
.banner-cta a>span:after {position: absolute;content: "";border-bottom: 7px solid transparent;border-top: 7px solid transparent;border-left: 8px solid #ffffff;right: -22px;top: 50%;transform: translate(0px,-50%);transition: right .5s ease 0s;}
.banner-cta a:hover {background-color: #ffffff; border: 1px solid #ffffff;color:#000000;}
.banner-cta a:hover>span:after{border-left: 8px solid #000000;right: calc(100% + 13px);transition: right .5s ease 0s;}
.banner-cta a:hover>span{transform: translate(8px, 0px);transition: transform .5s ease 0s;}