@font-face{font-family:YahooSans;src:url('https://www.yahoo.com/sy/os/fontserver/YahooSans/Regular.woff2') format('woff2'),url('https://www.yahoo.com/sy/os/fontserver/YahooSans/Regular.woff') format('woff'),url('https://www.yahoo.com/sy/os/fontserver/YahooSans/Regular.ttf') format('ttf');font-weight:normal;font-weight:400;font-style:normal;font-display:fallback}
@font-face{font-family:YahooSans;src:url('https://www.yahoo.com/sy/os/fontserver/YahooSans/Semibold.woff2') format('woff2'),url('https://www.yahoo.com/sy/os/fontserver/YahooSans/Semibold.woff') format('woff'),url('https://www.yahoo.com/sy/os/fontserver/YahooSans/Semibold.ttf') format('ttf');font-weight:600;font-style:normal;font-display:fallback}
@font-face{font-family:YahooSans;src:url('https://www.yahoo.com/sy/os/fontserver/YahooSans/Bold.woff2') format('woff2'),url('https://www.yahoo.com/sy/os/fontserver/YahooSans/Bold.woff') format('woff'),url('https://www.yahoo.com/sy/os/fontserver/YahooSans/Bold.ttf') format('ttf');font-weight:700;font-style:normal;font-display:fallback}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html, body {
  margin: 0;
  height: 100%;
  font-family: 'YahooSans', Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
}
h1 {
  font-size: 32px;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
.subscribe__banner--container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  background-color: #F6F6F6;
  padding: 16px;
}
#subscribeParagraph {
  width: 75%;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .subscribe__banner--container {
    padding: 20px;
  }
  h1 {
    font-size: 48px;
    line-height: 45px;
  }
  #subscribeParagraph {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 1272px) {
  .subscribe__banner--container {
    padding: 32px;
    flex-direction: row;
  }
  .subscribe__banner--text {
    width: calc(25% - 16px);
  }
  #subscribeParagraph {
    width: 100%;
    margin-bottom: 0;
  }
}
