

/* Start:/clients/producers/styles.css?1692273321722*/
.producers__wrapper {
  padding-bottom: 50px;
}

.img__wrapper {
  width: 150px;
  height: 100px;
  margin: 0 auto;
}

@media(max-width: 661px){
  .img__wrapper {
    width: 100px;
    height: 50px;
  }
}

.img__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.producers__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.producers__item {
  width: 50%;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.producers__item a {
  text-decoration: none;
  color: #414141;
}

.producers__item a:hover {
  color: #7e7d7d;
}



.item__title {
  text-align: center;
  margin-top: 15px;
}
/* End */
/* /clients/producers/styles.css?1692273321722 */
