.home-screen {
  background-image: linear-gradient(rgba(38, 69, 124, 0.8), rgba(38, 69, 124, 0.8)), url("https://sliksvn.com/assets/themes/sliksvn/css/../images/ceiling-smallest.jpg");
  background-size: 100% auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100%;
  width: 100%;
  position: relative;
  padding-bottom: 1em;
}
.home-screen .heading {
  display: block;
  margin-top: 10%;
  width: 100%;
  text-align: center;
}
.home-screen .heading h1 {
  padding: 0 1em;
  color: #f2c500;
  line-height: 1.1em;
}
.boxes {
  max-width: 1140px;
  padding: 0 2em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5%;
  margin: 5% auto 0;
}
.price-box {
  background: white;
  background: rgba(255, 255, 255, 0.9);
  width: 18%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  margin-left: 1.1em;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 1.5em;
  vertical-align: top;
}
.price-box h2 {
  font-weight: 600;
}
.price-box p {
  font-weight: bold;
  text-align: center;
  line-height: 2.5em;
  margin-top: 1em;
  font-family: 'lato', 'open-sans', sans-serif;
}
.price-box .button {
  margin: 0 auto;
  margin-top: 1.2em;
  display: block;
  text-align: center;
  text-decoration: none;
}
.price-box--enterprise::before {
  content: "⋆⋆⋆";
  position: absolute;
  top: -40px;
  left: 50%;
  color: #FCF43F;
  transform: translateX(-50%);
  font-size: 50px;
}
.price-box--enterprise span.euro {
  vertical-align: 146%;
}
.price-box--enterprise .button {
  background-color: #F2C500;
  color: #26457C;
}
.price-box--enterprise .button:hover {
  color: #ffffff;
}
.price-box:first-child {
  margin-left: 0;
}
.price {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'lato', 'open-sans', sans-serif;
  color: #343434;
  font-weight: 600;
  margin-top: auto;
}
.price-box--signup .price-box--enterprise .price {
  margin-top: 0;
}
span.price-number {
  font-size: 4em;
}
span.price-free {
  font-size: 2em;
}
span.euro {
  margin-top: -1em;
  vertical-align: 210%;
}
small.from {
  size: 13px;
  font-weight: normal;
}
.product-free {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8em;
  text-align: center;
  font-weight: 600;
  padding-top: 40px;
  margin: 0 auto;
}
.strong {
  color: white;
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.info-icons {
  padding-top: 4em;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info-icon {
  width: 23%;
  margin-left: 1em;
  text-align: center;
  vertical-align: top;
  min-height: 330px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.info-icon object {
  display: block;
  width: 70px;
  height: 70px;
  padding-bottom: 1em;
  margin: 0 auto;
}
.info-icon p {
  margin-bottom: auto;
}
.info-icon .button,
.info-icon a.button {
  text-decoration: none;
  display: inline-block;
  align-self: center;
}
.info-icon:first-child {
  margin-left: 0;
}
@media (max-width: 1540px) {
  .home-screen .heading {
    margin-top: 7%;
  }
  .price-box {
    margin-left: 0.6em;
    width: 19%;
  }
  .price-box--signup.price-box--enterprise .price {
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .price-box {
    margin-left: 0.4em;
    width: 17.7%;
  }
  .price-box h2 {
    font-size: 1.4em;
  }
  .price-box p {
    font-size: 0.8em;
  }
  .price-box--signup {
    font-size: 1em;
  }
}
@media (max-width: 1050px) {
  .price-box {
    width: 37%;
    margin-left: 8%;
    margin-bottom: 2.5em;
  }
  .price-box h2 {
    font-size: 1.4em;
  }
  .price-box:nth-child(3) {
    margin-left: 0;
  }
}
@media (max-width: 894px) {
  h2 {
    font-size: 1.4em;
  }
  .price-box--signup {
    width: 37%;
    margin-left: 8%;
    margin-bottom: 2.5em;
  }
  .price-box--signup h2 {
    font-size: 1.4em;
  }
}
@media (max-width: 850px) {
  .home-screen .heading {
    position: relative;
  }
  .boxes {
    position: relative;
  }
  .price-box {
    margin-left: 0.7em;
    width: 36%;
  }
  .price-box--signup {
    font-size: 1em;
  }
  .home-screen {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .info-icon {
    width: 45%;
    margin-left: 9%;
    margin-bottom: 3em;
    min-height: 260px;
  }
  .info-icon:first-child,
  .info-icon:nth-child(3) {
    margin-left: 0;
  }
}
@media (max-width: 530px) {
  .price-box--signup {
    width: 50%;
    margin-left: 0;
  }
}
@media (min-width: 530px) and (max-width: 625px) {
  .price-box {
    margin-left: 0.7em;
    width: 36%;
  }
}
@media (min-width: 530px) and (max-width: 1050px) {
  .boxes .price-box:nth-child(n+3) {
    margin-bottom: 0;
  }
  .info-icon:nth-child(n+3) {
    margin-bottom: 0;
  }
}
@media (max-width: 530px) {
  .home-screen .heading {
    margin-top: 3.5em;
    top: 0;
    position: relative;
  }
  .boxes {
    top: 0;
    margin-top: 3em;
    position: relative;
  }
  .price-box {
    width: 90%;
    margin: 0 0 2em 0;
    padding: 1em;
  }
  .home-screen {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .info-icon {
    width: 100%;
    margin-left: 0;
    margin-bottom: 2.5em;
    min-height: auto;
  }
  .info-icon .button,
  .info-icon a.button {
    width: 240px;
  }
  .price-box:last-of-type {
    margin-bottom: 0;
  }
}
