@charset "UTF-8";

.blog-cta{
  margin: 30px 0;
  padding: 20px;
  background: #f5f8ff;
  border-radius: 10px;
  text-align: center;
}

.blog-cta-btn{
  display: inline-block;
  margin-top: 10px;
  background: #2b3f8f;
  color: #fff;
  padding: 12px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}

.poster-guide-link{
  margin: 30px 0;
  text-align: center;
}

.poster-guide-link a{
  color: #2b3f8f;
  font-weight: 700;
  text-decoration: underline;
}