* {
  box-sizing: border-box;
}

.sponsors_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  min-height: 45vh;
  margin: 0em 7em;
}

.sponsor {
  /* background-color: var(--exp-lightgrey); */
  border-radius: 10px;
  /* border: 0.2px solid #555; */
  /* height: 10rem;
  width: 10rem; */
  width: 45%;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* margin-top: 3em!important; */
}
/* .sponsor .a{
  width: 100%;
  height: 100%;
  object-fit: contain;
} */

.sponsor:hover {
}

.sponsor-container{
  display: flex;
  align-items: center;
  justify-content: center;
}

.sponsor-row::after {
  content: "";
  clear: both;
  display: table;
}

.xorhgos-logo{
  object-fit: contain;
  height: 30rem;
  width: 100%;
  /* width: 100%;
  height: 100%; */
}

.category-container{
  display: block;
  flex-direction: column;
}

/* .category-title{
  text-align: center;
  margin-top: 1.5em;
} */

@media (max-width:1000px){
  .sponsors_container {
  margin:0em;
  }
}

@media (max-width:1300px){
  .sponsor {
  width: 80%;
  }

  .sponsor-logo {
    height: 20rem;
  }
}
