body.widget-snippet .subs-newsletter {
    background:#0D1E3E;
  max-width:455px;
}

.widget-snippet .subs-newsletter a {
  display: inline-block;
    padding: 14px 39px 12px 30px;
    background: #0D1E3E;
    font-size: 21px;
    font-weight: 600;
    font-family: Axiforma;
    color: #fff;
    line-height: 24px;
    border: 2px solid #fff;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.widget-snippet .subs-newsletter a:hover {
    background: #C41F35;
    text-decoration: none;
    border: 2px solid #C41F35;
}

.widget-snippet .subs-newsletter a span {
    padding-right: 8px;
    line-height: 28px;
}
@media (max-width:991px) {
.responsive .widget-snippet .subs-newsletter a {
    font-size: 16px;
    text-align: center;
}
}
@media (max-width:767px) {
.responsive .widget-snippet .subs-newsletter a {
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
}
}
