/* line 12, static/scss/variables.scss */
:root {
  --color-primary: #002e5a;
  --color-secondary: #fe6d73;
  --color-tertiary: #fde21c; }

/* line 6, static/news/scss/news.scss */
.news-container .large .single-news-wrapper .single-news-details-wrapper {
  overflow: hidden;
  position: relative; }
  /* line 10, static/news/scss/news.scss */
  .news-container .large .single-news-wrapper .single-news-details-wrapper:hover img {
    transform: scale(1.1); }
  /* line 14, static/news/scss/news.scss */
  .news-container .large .single-news-wrapper .single-news-details-wrapper img {
    height: 100%;
    max-height: 300px;
    object-fit: cover;
    transition: transform 0.3s;
    width: 100%; }
  /* line 22, static/news/scss/news.scss */
  .news-container .large .single-news-wrapper .single-news-details-wrapper .single-news-details {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-shadow: 2px 2px 8px #000; }

/* line 33, static/news/scss/news.scss */
.news-container .category-news .category-title {
  border-left: 4px solid #fe6d73;
  padding-left: 10px; }

/* line 38, static/news/scss/news.scss */
.news-container .category-news .single-news-wrapper {
  text-decoration: none;
  width: 100%; }
  /* line 42, static/news/scss/news.scss */
  .news-container .category-news .single-news-wrapper:hover .single_news-title {
    text-decoration: underline; }
  /* line 46, static/news/scss/news.scss */
  .news-container .category-news .single-news-wrapper .single-news-details {
    color: #000; }
    /* line 49, static/news/scss/news.scss */
    .news-container .category-news .single-news-wrapper .single-news-details .image-wrapper {
      padding-top: 56.25%;
      position: relative;
      width: 100%; }
      /* line 54, static/news/scss/news.scss */
      .news-container .category-news .single-news-wrapper .single-news-details .image-wrapper img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
