@font-face {
  font-family: 'als_alumnaregular';
  src: url("ALS_Alumna.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/*** Colors ***/
/*** New colors ***/
/*** End New colors ***/
/* line 3, blog.scss */
.blog-list {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
  margin: -40px 0 0 -20px; }
  /* line 9, blog.scss */
  .blog-list--item {
    display: flex;
    flex-direction: column;
    grid-column: span 1;
    grid-row: span 1;
    height: auto;
    margin: 40px 0 0 20px; }
    /* line 17, blog.scss */
    .blog-list--item .image {
      position: relative;
      flex: 1;
      max-width: 450px;
      text-align: center;
      overflow: hidden; }
      /* line 24, blog.scss */
      .blog-list--item .image img {
        width: auto;
        height: 178px;
        object-fit: cover;
        border-radius: var(--btn-border-radius); }
      /* line 31, blog.scss */
      .blog-list--item .image svg {
        width: 230px;
        height: 138px; }
    /* line 37, blog.scss */
    .blog-list--item .info {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex: 1;
      padding-top: 20px; }
    /* line 45, blog.scss */
    .blog-list--item .description {
      display: block;
      margin-top: 20px; }
    /* line 50, blog.scss */
    .blog-list--item .btn {
      align-self: flex-start;
      margin-top: 20px; }
  /* line 56, blog.scss */
  .blog-list .wrap {
    display: flex;
    justify-content: space-between; }

/* line 66, blog.scss */
.banner-detail .image img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: var(--btn-border-radius); }

/*** Media ***/
@media (max-width: 1025px) {
  /* line 82, blog.scss */
  .banner-blog .title {
    font-size: 50px;
    line-height: 60px; }

  /* line 88, blog.scss */
  .blog-list {
    grid-template-columns: repeat(auto-fill, minmax(33.333%, 1fr)); } }
@media (max-width: 769px) {
  /* line 95, blog.scss */
  .banner-blog {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    padding: 40px 0; }
    /* line 101, blog.scss */
    .banner-blog .wrap {
      margin: 0 auto; }
    /* line 105, blog.scss */
    .banner-blog.banner-news {
      display: none; }

  /* line 110, blog.scss */
  .blog-list {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr)); } }
@media (max-width: 561px) {
  /* line 117, blog.scss */
  .blog-list {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)); } }
