@media screen and (min-width:768px) {

  #section-hero .container-flame {
    bottom: -35%;
  }

}

@media screen and (min-width:1024px) {

  #section-hero .container-flame {
    bottom: -55%;
  }
}

@media screen and (min-width:1280px) {

  #section-hero[data-scroll-section-inview] .container-flame svg .st0 {
    animation: dash 2s cubic-bezier(0.54, 0.9, 0.78, 1) forwards .5s;
    -webkit-animation: dash 2s cubic-bezier(0.54, 0.9, 0.78, 1) forwards .5s;
  }

}
