.w-1\/8vw {
  width: 12.5vw;
}

.team-img {
  margin-left: auto;
}

.team-img-container-list:nth-child(3)>img {
  margin-right: 6.25vw;
}

.team-img-container-join:nth-child(1)>img {
  margin-right: 18.5vw;
}

.images-container-join {
  top: -6.25vw;
}



.team-img-container-list:nth-child(1)>img,
.team-img-container-list:nth-child(4)>img {
  opacity: 0;
}

.team-img-container-list:nth-child(5)>img:first-child {
  display: none;
}

@media screen and (min-width:1024px) {
  #section-hero .container-flame {
    margin-top: 20%;
  }
}

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

  .team-img-container-list:nth-child(1)>img,
  .team-img-container-list:nth-child(4)>img {
    opacity: 1;
  }

  .team-img-container-list:nth-child(5)>img:first-child {
    display: block;
  }

  #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;
  }


}
