.process-run article:first-child{
  position:relative;
  isolation:isolate;
  min-height:295px;
  padding:58px 30px 24px 18px;
  overflow:hidden;
}

.process-run article:first-child::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:#07131f url("./process-understand-ezer.png") 78% 34% / cover no-repeat;
}

.process-run article:first-child h3{margin-top:24px;}
.process-run article:first-child p{color:#eff5f3;}

.process-run article h3{
  display:table;
  padding:2px 4px 3px;
  background:rgba(7,19,31,.34);
  color:#eff5f3;
}

.process-run article:nth-child(2){
  position:relative;
  isolation:isolate;
  min-height:295px;
  padding:58px 30px 24px 18px;
  overflow:hidden;
}

.process-run article:nth-child(2)::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:url("./process-project-ezer-style.png") 76% 48% / cover no-repeat;
}

.process-run article:nth-child(2) h3{margin-top:24px;}
.process-run article:nth-child(2) p{color:#eff5f3;}

.process-run article:nth-child(3){
  position:relative;
  isolation:isolate;
  min-height:295px;
  padding:58px 30px 24px 18px;
  overflow:hidden;
}

.process-run article:nth-child(3)::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:#07131f url("./process-implement-ezer-style.png") 78% 45% / cover no-repeat;
}

.process-run article:nth-child(3) h3{margin-top:24px;}
.process-run article:nth-child(3) p{color:#eff5f3;}

@media(max-width:800px){
  .process-run article:first-child{min-height:335px;padding:62px 22px 26px;}
  .process-run article:nth-child(2){min-height:335px;padding:62px 22px 26px;}
  .process-run article:nth-child(3){min-height:335px;padding:62px 22px 26px;}
}
