.pm-hero{
  padding:34px 0 0;
}

.pm-copy p{
  margin:14px 0 0;
}

.pm-copy p:first-of-type{
  margin-top:30px;
}

.pm-media{
  width:max-content;
}

.pm-types{
  padding-top:40px;
  padding-bottom:30px;
}

.pm-section h2{
  margin-bottom:36px;
}

.pm-types-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:56px;
}

.pm-type{
  display:grid;
  grid-template-columns:72px 1fr;
  align-items:center;
  gap:20px;
}

.pm-arrow{
  width:72px;
  height:64px;
  background:var(--arrow-multi) center / contain no-repeat;
}

.pm-type p{
  margin:0;
  max-width:240px;
  color:#000;
  font-size:22px;
  line-height:1;
  font-weight:500;
}

.pm-why{
  padding-top:42px;
}

.pm-cost{
  margin:73px auto 0;
}

@media (max-width:900px){
  .pm-hero{
    padding:13px 0 0;
  }

  .pm-copy p{
    margin-top:14px;
    line-height:1.15;
  }

  .pm-media{
    height:80%;
    margin-top:15px;
    border-radius:10px;
  }

  .pm-types{
    padding-top:28px;
  }

  .pm-section h2{
    margin-bottom:24px;
  }

  .pm-types-grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .pm-type{
    grid-template-columns:72px 1fr;
    gap:16px;
  }

  .pm-arrow{
    width:72px;
    height:54px;
  }

  .pm-type p{
    max-width:230px;
    font-size:26px;
    line-height:.95;
  }

  .pm-why{
    padding-top:28px;
  }

  .pm-why h2{
    max-width:230px;
  }

  .pm-cost{
    margin-top:30px;
  }

}
