@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.6vw, 24px);
  line-height: 1.4;
  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 .red {
  color: #db2226;
}

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

/* features */

#lp-wrapper .box .box-content {
  padding: 40px;
  color: #303031;
  text-align: justify;
}

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

/* RWD */

@media only screen and (min-width: 992px) {
  #lp-wrapper .box .box-content.no-spacing {
    margin-top: -100px;
    padding-top: 0;
  }
}

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

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

