/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 18 2022 | 12:42:43 */
.featured-partner-image {
  width: 120px;
  height: 40px;
  object-fit: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#_posts_grid-1056-10 .oxy-posts {
  display: flex;
  justify-content: space-between;
  width: 920px;
  margin: 0 auto;
}

.featured-partner-item-wrap{
  margin: 10px
}

@media only screen and (max-width: 480px) {

  .featured-partner-image {
    width: 80px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
   
}