/* line 1, app/assets/stylesheets/essays.scss */
.provider-cell {
  width: 32%;
  margin-right: 2%;
}

@media only screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/essays.scss */
  .provider-cell {
    width: 90%;
    margin-right: 4%;
  }
}

/* line 11, app/assets/stylesheets/essays.scss */
.flickity-button {
  background: #0e75fc;
}

/* line 15, app/assets/stylesheets/essays.scss */
.flickity-prev-next-button {
  transform: translateY(-100px);
}

/* line 19, app/assets/stylesheets/essays.scss */
.flickity-button-icon {
  fill: white;
}

/* line 23, app/assets/stylesheets/essays.scss */
.ugc-modal {
  background: transparent;
}
