.green-card .wrapper .green_card{width:100%;min-height:235px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding:24px;color:var(--color_white);border-radius:20px;background:-webkit-gradient(linear,left top,right top,from(#bcd531),to(#626f1a));background:linear-gradient(to right,#bcd531,#626f1a)}
@media(max-width:991px){.green-card .wrapper .green_card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;min-height:310px;gap:24px}
}