﻿.fin_sponsors {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around;
width: 100%;
margin-top: 30px;
margin-bottom: 15px;
}

.fin_sponsors > img {
/*padding: 3rem 1.5rem; */
width: auto;
height: auto;
}
