.badge-wrapper{
    display:grid;
    max-width:1170px;
    margin:auto;
    width:100%;
    border-top:1px solid #c9c9c9;
}
@media(max-width:1000px){
    .badge-wrapper{grid-template-columns:repeat(2,1fr) !important;}
}
.badge-item{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
    padding:10px 0 20px;
}
.badge-item svg{height:80px}
.badge-text{
    font-size:15px;
    font-weight:700;
    max-width:130px;
    text-align:center;
}
