.shadowBlockHover {
    height: 100%;
}

.shadowBlockHover .tagline {
    min-height: 60px; /* ให้ข้อความสูงเท่ากัน */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

.shadowBlockHover img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.col-lg-3,
.col-md-6,
.col-sm-6 {
    margin-bottom: 20px;
}

.tagline_2{
    height: 70px; /* ล็อกความสูง */
    font-family: 'SuperMarket' !important;
    font-weight: bold;
    font-size: 20px !important;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:5px 10px;
    line-height:1.4;
    overflow:hidden;
}


