﻿/*======== TOPPER ========*/
section.rgghuy_tri {padding: 50px 0;}
.rgghuy_tri .card {background: #fff7f7;border-radius: 6px;padding: 6px;width: 100%;text-align: center;position: relative;margin-top: 0;box-shadow: 0 4px 5px 0 #c1c1c1 !important;border: 1px solid #b3150f12;} 
.rgghuy_tri .card img {width: 100%;/* height: 150px; */border-radius: 5px;object-fit: contain;margin: 0 auto 10px;background: #fff;} 
.rgghuy_tri ul li {padding:10px}
.rgghuy_tri .card h3 {margin: 0 0 5px;color: #b71c1c;font-size: 16px;} 
.rgghuy_tri .card .sub-title {font-size: 13px;font-weight: bold;color: #777;margin-bottom: 5px;} 
.rgghuy_tri .card .score { font-weight: bold; color: #444; margin-bottom: 10px; } 
.rgghuy_tri .card p {font-size: 14px;color: #555;line-height: 1.5;margin-bottom: 20px;display: none;} 
.rgghuy_tri .card::after {content: '🏆';font-size: 50px;color: #f0c419;position: absolute;bottom: -10px;right: -10px;opacity;opacity: 0.1;}
.rgghuy_tri .col-md-3 {max-width: 20%;padding: 0 10px;margin-bottom: 20px;}
/*======== TOPPER ========*/

@media(max-width:768px) {
  .rgghuy_tri .col-md-3 {
    max-width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
}
}