#sponsors {
 width: 50vw;
 height: fit-content;
 display: grid;
grid-template-columns: auto auto auto auto;
grid-template-rows: auto auto;
place-items: center;
}
.sponsor_logo{
  width: 10vw;
  height: auto;
  padding: 2%;
}
#sponsor_hold {
display: flex;
justify-content: center;
padding: 10%;
align-content: center;
}

#sponsor_container {
background-color: #ffb84d5c ;
border-radius: 5%;
border-width: 10%;
border-style: solid;
border-color: #ffb74d;
margin: auto
}