.award-content{display: grid;grid-template-columns: repeat(auto-fill,minmax(240px,1fr))}
.award-single{padding: 20px 0 40px;}
.award-single-img{text-align: center;height: 100px;display: flex;justify-content: center;align-items: center;margin-bottom: 10px;}
.award-single-img img{max-height: 100px;}
.award-single-title{color: #116DF7;display: inline-block;width: 90%;margin: 0 auto;}
.award-single-product{margin-top:6px;}

@media (max-width: 1200px) {
    .award-single-title{text-align: center;width: 100%;}
    .award-single-product{text-align: center;}
}
