.sponsors-gallery {
    width: 100%;
    justify-self: center;
    margin: 0 auto;
    background-color: rgb(242, 242, 242);
}

.sponsors-gallery-wrapper {
   padding: 45px 30px;
}

.sponsor-image__wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
   height: 14.188rem;
}

.sponsor-image {
/*     position: absolute;
    top: 0px;
    left: 0px; */
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    opacity: 1;
    transition: opacity 500ms ease 0s;
}

.flex-center {
    display: flex;
    justify-content: space-evenly;
    -webkit-box-align: center;
    align-items: center;
}

.flex-wrap {
    width: 100%;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
}

.sg-section-title {
  padding-top: 2.5rem;
  text-align: center;
  font-size: 2.188rem;
  line-height: 2.5rem;
  letter-spacing: -0.057rem;
}

@media (max-width:800px) { 
    .sponsors-gallery {
        flex-direction: column;
    }
  
    .sponsor-image__wrapper {
        margin: 0px;
    }
    
  .sponsors-gallery-wrapper {
    padding: 0px 30px;
  }
  
}

@media only screen and (min-width: 600px) and (max-width: 1011px) {
  .sg-section-title {
    padding-top: 2.75rem;
    display: flex;
    text-align: center;
    justify-content: center;
    padding-bottom: 0rem;
  }
  
  .sponsor-image__wrapper {
    width: 50%;
    height: 14.188rem;
  }
}

@media only screen and (min-width: 1012px) {
  .sg-section-title {
    padding-top: 2.188rem;
    padding-right: 4.438rem;
    padding-left: 4.438rem;
    padding-bottom: 0rem;
  }
  
  .sponsor-image__wrapper {
    width: 25%;
    height: 14.188rem;
  }
}