.newsletter-widget {
  /*margin-top: 4em;*/
  padding: 4.8em 2em 4.4em 2em;
  width: 100%;
  background-color: #f2f2f2;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}
.newsletter-widget .content {
  max-width: 320px;
  margin-inline: auto;
  text-align: center;
}

.newsletter-widget .content h1,
.newsletter-widget .content h2 {
  text-transform: uppercase;
  margin-bottom: 1.2em;
  letter-spacing: 0.08em;
}
.newsletter-widget .content p {
  margin-bottom: 3em;
  line-height: 1.8em;
}
.newsletter-widget .content p:last-child {
  margin-bottom: 0;
}
.newsletter-widget .content a {
  color: rgba(116, 111, 116, 1);
  transition: all 0.2s ease;
  display: block;
  padding: 0.3em 2em 0.5em;
  width: fit-content;
  margin-inline: auto;
  text-decoration: none;
  border: solid 1px rgba(0, 0, 0, 0.3);
}
.newsletter-widget .content a:hover {
  border: solid 1px rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.8);
}
