@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;900&display=swap');
#lp-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 400;
  font-size: clamp(9px, 2.8vw, 26px);
  line-height: 1.3;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  max-width: 920px;
}

#lp-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#lp-wrapper .lazy {
  width: 100%;
  height: auto;
  display: block;
}

#lp-wrapper #hero {
margin-bottom: 40px;
}

#lp-wrapper .box .box-content {
  padding: 30px;
  color: #303031;
}

#lp-wrapper .box .box-content .lp-title {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 900;
  font-size: clamp(20px, 5vw, 37px);
  margin: 0;
  color: #db2226;
  text-transform: uppercase;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  #lp-wrapper .box .box-content {
    padding: 30px 20px;
  }

  #lp-wrapper .box .box-content p {
    font-size: 14px;
  }
}
