@media(min-width:601px){.process-launch-btn{margin-top:40px}}

.delivery-commitment{
  margin:0;
  padding:clamp(34px,4vw,54px);
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(230px,.65fr);
  gap:clamp(34px,5vw,72px);
  align-items:center;
  background:#111;
  color:#fff;
  border-left:7px solid var(--yellow);
  border-radius:0 0 var(--radius) var(--radius);
}
.delivery-commitment .eyebrow{
  margin-bottom:18px;
  color:var(--yellow);
}
.delivery-commitment h2{
  max-width:760px;
  margin:0 0 20px;
  color:#fff;
  font-size:clamp(36px,4.2vw,58px)!important;
  line-height:1.03!important;
}
.delivery-commitment-copy>p:last-child{
  max-width:760px;
  margin:0;
  color:#c9c9c5;
  font-size:17px;
  line-height:1.7;
}
.delivery-commitment-proof{
  position:relative;
  min-height:190px;
  padding:28px 22px 20px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border:1px solid #3a3a3a;
  border-radius:16px;
  background:#191919;
}
.delivery-check{
  width:58px;
  height:58px;
  margin-bottom:30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--yellow);
  color:#111;
  font-size:30px;
  font-weight:800;
  line-height:1;
}
.delivery-proof-line{
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  align-items:center;
}
.delivery-proof-line:before{
  content:"";
  position:absolute;
  left:8px;
  right:8px;
  top:50%;
  height:2px;
  background:#666;
}
.delivery-proof-line i{
  position:relative;
  z-index:1;
  width:14px;
  height:14px;
  justify-self:center;
  border:3px solid #111;
  border-radius:50%;
  background:var(--yellow);
  box-shadow:0 0 0 1px var(--yellow);
}
.delivery-proof-labels{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-top:10px;
  color:#b9b9b5;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  text-align:center;
}

@media(max-width:900px){
  .delivery-commitment{
    grid-template-columns:1fr;
    gap:30px;
  }
  .delivery-commitment-proof{
    min-height:0;
  }
}

@media(max-width:600px){
  .delivery-commitment{
    margin:0;
    padding:30px 26px;
    border-left-width:5px;
    border-radius:0 0 20px 20px;
  }
  .delivery-commitment h2{
    font-size:34px!important;
  }
  .delivery-commitment-copy>p:last-child{
    font-size:16px;
  }
  .delivery-commitment-proof{
    padding:22px 18px 18px;
  }
  .delivery-check{
    width:50px;
    height:50px;
    margin-bottom:24px;
    font-size:26px;
  }
}
