#subscribe{
    background: url(../../images/hero-bg-01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white;
}
#subscribe .lp{
  padding: 1rem 3rem;
  background:white;
  border-radius: 10px;
  box-shadow: none;
  border: none;
  color: var(--primary-color);
}