

.mobile-menu-area {
  background: #25826a;
  padding: 20px;
}

.mobile-menu-area {
  left: 0;
  margin: auto;
  top: 0;
  right: 0;
  width: 100%;
  position: sticky !important;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: 300ms running fadeInDown;
  animation: 500ms running fadeInUp;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  transition: 0.5s !important;
  background: #25826a!important;
  z-index: 9 !important;
  animation-name: slideInDown;
  padding: 2px;
}

.phone-content{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
  height: 400px;
  padding: 0rem 2rem;
  padding-bottom: 20px;
  margin-bottom: 2rem;
}

@media (min-width: 570px) {
  .phone-content {
    display: none;
  }
}
h1 {
  
  font-size: 1.8rem;
}
