
.banner {
  position: relative;
}

.banner-phone {
  width: 13%;
  min-width: 60px;
  position: absolute;
  top: 40%;
  left: 65%;
}

.banner-laptop {
  width: 65%;
  min-width: 300px;
  position: relative;
  padding-top: 20px;
  top: 30px;
  left: -5%;
}

ul.pricing-list {
  font-size: 24px;
  list-style-image: url(../images/logomark-color.svg) !important;
  list-style-position: inside;
  margin: 0 auto;
  text-align: start;
  width: 240px;
}

ul.pricing-list li{
  margin: 20px;
  list-style: inherit;
}

.footer-item {
  color: #fff;
  margin: 20px;
}

.contact-item {
  color: #fff !important;
  font-size: 24px;
  margin: 20px;
}

.contact-item  a{
  color: #fff !important;
}

.contact-title {
  color: #363;
}

.feature-icon {
  height: 80px;
}

s,
strike {
  text-decoration: none;
  /*we're replacing the default line-through*/
  position: relative;
  display: inline-block;
  /* keeps it from wrapping across multiple lines */
}

s:after,
strike:after {
  content: "";
  /* required property */
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 4px solid red;
  height: 45%;
  /* adjust as necessary, depending on line thickness */
  /* or use calc() if you don't need to support IE8: */
  height: calc(50% - 1px);
  /* 1px = half the line thickness */
  width: 100%;
  transform: rotateZ(-4deg);
}

.freeTrial {
  color: red;
  font-family: 'Raleway', sans-serif;
}