@charset "UTF-8";

/* -------------------------------------------------------------------------------
|  Created:     2023-10-12
|  Updated:     N/A
|------------------------------------------------------------------------------- */

.meswg-card__body{
    position:relative;
    display:flex;
    flex-direction:column;
    height:100%;
    padding:15px;
    flex-grow:1;
    background: #d9d9d9;
    color:#000;
    text-align: center;
}
