.bannerArea{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px;width:100%;padding:32px 0;background:-webkit-gradient(linear,left top,left bottom,from(0),color-stop(0,#dff5e4),to(#e7f6d8));background:linear-gradient(0,#dff5e4 0,#e7f6d8 100%)}.bannerArea__banner:hover{-webkit-filter:brightness(93%);filter:brightness(93%)}