
  /*-----------------------------------*\
    #BLOG
  \*-----------------------------------*/
  .blog .section-text { margin-block: 5px 35px;
    font-size: 16px; 
  color:  #777b83 ;}
    .blog-head{
      font-size: 40px;
    }
    .blog-news a{
      text-decoration: none;
      color:#AF0D1F;
    }
    .blog{
      background-color:  #ecececd5;
    }
    .blog-card { background-color: var(--white-2); }
    
    .blog-card .card-banner { overflow: hidden; }
    
    .blog-card .card-banner img { transition: var(--transition-2); }
    
    .blog-card:is(:hover, :focus-within) .card-banner img { transform: scale(1.05); }
    
    .blog-card .card-content { padding: 15px; }
    
    .blog-card .time {
      color:#003674;
      
      line-height: 1;
      margin-block-end: 10px;
    }
    
    .blog-card .card-title { transition: var(--transition-1);
    font-size: 20px; }
    
    .blog-card .card-title:is(:hover, :focus) { color: var(--red-crayola); }
    
    
    