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

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

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

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

.lc-section{
  padding-top:40px;
  padding-bottom:30px;
}

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

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

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

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

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

  .lc-section{
    padding-top:28px;
  }

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

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

}
