.badge-row{max-width:1200px;margin:0 auto;padding:25px;box-sizing:content-box}.badge-row h2{text-align:center}.badge-wrap{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.badge-wrap .item{display:block;width:25%;position:relative;overflow:hidden;text-align:center;display:flex;justify-content:center;align-items:center;padding-bottom:15px}.badge-wrap img{max-width:80%;max-height:100%;flex:1}@media only screen and (max-width:600px){.badge-wrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.badge-wrap .item{width:100%;margin-bottom:5px}}