/* [project]/uploads/styles/media/media.css [app-client] (css) */
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

.hero_sec.media_hero .hero_wrapper .bg .banner-wrapper .heading {
  max-width: 400px;
}

.media_sec {
  padding-bottom: 150px;
}

.media_sec .main_wrapper {
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.media_sec .main_wrapper .media_col {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.media_sec .main_wrapper .media_col img {
  border-radius: inherit;
}

/*# sourceMappingURL=uploads_styles_media_media_0hu0hn-.css.map*/