.partnerships-wrap{
  width: 100%;
  overflow: hidden;
}
.logo-grid{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 1.75rem;

}
.logo-container{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14%;
}
.logo-container img{

}

@media only screen and (max-width: 767px) {
  .partnership-wrap{
	width: 100%;
	overflow-x: hidden;
  }
  .logo-grid{
	width: 300%;
  }
}