/* used subscribe form on contact page */
.subscribe  {
    background: linear-gradient(45deg,#7d672f 0%,#cbbf86 100%);
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    line-height: 58px;
    padding: 0 20px;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
}
.subscribe:hover  {
    background: linear-gradient(45deg,#cbbf86 0%,#7d672f 100%);
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    line-height: 58px;
    padding: 0 20px;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
}
