.hero {
  text-align: center;
  padding: 120px 0 70px;
  border-bottom: 1px solid #e5e5e5;
}

.hero__title {
  font-size: 20px;
  font-weight: 300;
  width: 55%;
  line-height: 1.6;
  margin: 0 auto 40px;
}

.logo { margin-bottom: 50px; }

#macy-container::before { content: ""; display: table; clear: both;}
#macy-container::after { content: ""; display: table; clear: both;}

.colm {
  margin-bottom: 24px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
}

.demo-image {
  width: 100%;
  display: block;
  height: auto;
}

.feature-list {
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
  list-style: none;
}

.feature-list li {
  display: inline-block;
  width: 25%;
  text-align: center;
}

.feature-list li::before {
  color: inherit;
  content: "•";
  color: #54b9cb;
  margin-right: 7px;
}

.btn {
  background-color: #54b9cb;
  line-height: 53px;
  padding: 0 18px 0 0;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  transition: all .25s ease-in-out;
  font-size: 18px;
}

.btn:hover {
  background-color: #4CA8B9;
}

.btn.has-icon::before {
  margin-right: 18px;
  padding: 0 18px;
  border-right: 1px solid #4daabb;
  line-height: 53px;
}

footer {
  padding: 80px 0;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .hero__title {
    width: 80%;
  }
  .feature-list li {
    width: 50%;
    line-height: 2;
  }
}

@media screen and (max-width: 600px) {
  .hero {
    padding: 60px 0 40px;
  }

  .hero__title {
    width: 100%;
  }
  .feature-list li {
    width: 100%;
    line-height: 2;
  }

  .section {
    padding: 25px 0;
  }

  .footer {
    padding: 0 0 40px;
  }
}

@media screen and (max-width: 400px) {
  .btn.has-icon {
    padding: 18px;
    line-height: 1.2;
  }
  .btn.has-icon::before {
    display: none;
  }
}
