.shadow {
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 3px 3px 5px 6px #ccc;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 3px 3px 5px 6px #ccc;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.content-box h5 span {
  color: #e15c61;
}

.construction {
  padding-top: 200px;
  padding-bottom: 200px;
  border: 2px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #26282b;
}

.const {
  font-weight: 600;
  font-size: 50px;
  color: #fff;
}

.btn-const {
  height: 104px;
  border: none;
  background: #e15c61;
  color: #fff;
  padding: 0 30px;
  font-size: 45px;
  font-weight: 600;
  text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
  .const {
    font-weight: 600;
    font-size: 20px;
  }
  .btn-const {
    height: 35px;
    border: none;
    background: #e15c61;
    color: #fff;
    padding: 0 30px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
  }
}