body {
  background: #ebe8e3;
}

@media screen and (min-width: 768px) {
  #phonebanner {
    display: none;
  }
}

.btn-design {
  background: linear-gradient(15deg, #3a7a6c, #56979c);
  border-radius: 24px;
  color: #fff;
  padding: 4px 0;
}

@media screen and (max-width: 576px) {
  .vh-100 {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*# sourceMappingURL=hemusih.css.map */