
.current-sponsors {
display: flex;
flex-direction: row;
flex-wrap: wrap;
background-color: #004AAD;
border-radius: 5px;
justify-content: space-evenly;
width: 700px;
padding: 10px;
margin-bottom: 10px;
}
.sponsor{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("/img/hex1.png");
}
.row-sponsor {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-self: center;
}

.text-section {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width:100%
}

.sponsor-shoutout {
  display: flex;
  width:100%;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  margin-bottom: 20px;
}

.sponsor-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}




