/* RC6.6 — Foto do fundador e CTA da Revista na Home */
@media (min-width: 1024px){
  .index-blog-section .section-head.refined-title{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-areas:
      "title action"
      "copy action";
    column-gap:32px;
    row-gap:8px;
    align-items:center;
    text-align:left;
  }
  .index-blog-section .section-head.refined-title h2{
    grid-area:title;
    margin:0;
  }
  .index-blog-section .section-head.refined-title p{
    grid-area:copy;
    margin:0;
    max-width:760px;
  }
  .index-blog-section .section-head.refined-title > .btn{
    grid-area:action;
    position:static!important;
    transform:none!important;
    margin:0!important;
    align-self:center;
    justify-self:end;
    white-space:nowrap;
  }
}
@media (max-width: 1023px){
  .index-blog-section .section-head.refined-title > .btn{
    position:static!important;
    transform:none!important;
    margin-top:16px!important;
  }
}
