#postQuestionBanner {
  background-image: url("/img/postQuestionBanner/post-question-banner-bg.png"), linear-gradient(180deg, #E1F5FE 0%, rgba(225, 245, 254, 0) 100%);
  border-radius: 16px;
  height: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 660px) {
  #postQuestionBanner {
    background-position: right bottom;
  }
}
@media screen and (min-width: 661px) {
  #postQuestionBanner {
    background-size: cover;
  }
}
#postQuestionBanner .banner-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
}
#postQuestionBanner .banner-content .content-text {
  max-width: 560px;
  text-align: left;
  padding: 20px;
  margin: 10px 0;
  font-family: OpenSans-Regular, sans-serif;
}
@media screen and (max-width: 660px) {
  #postQuestionBanner .banner-content .content-text {
    margin: 10px auto;
  }
}
#postQuestionBanner .banner-content .content-text > * {
  letter-spacing: normal;
  font-weight: normal;
}
#postQuestionBanner .banner-content .content-text h2 {
  font-size: 24px;
  font-family: RubikMedium, sans-serif;
  text-transform: none;
  color: #000080;
  margin-bottom: 30px;
  margin-top: 10px;
  line-height: 23px;
}
@media screen and (min-width: 1024px) {
  #postQuestionBanner .banner-content .content-text h2 {
    font-size: 26px;
  }
}
#postQuestionBanner .banner-content .content-text b {
  font-family: OpenSans-Bold, sans-serif;
}
#postQuestionBanner .banner-content .content-text p {
  font-size: 14px;
  color: #026EAA;
  font-family: OpenSans-Regular, sans-serif;
}
@media screen and (min-width: 1024px) {
  #postQuestionBanner .banner-content .content-text p {
    font-size: 16px;
  }
}
#postQuestionBanner .banner-content .content-text #btnBuyGetAnswer {
  margin-top: 30px;
}
#postQuestionBanner .banner-content .content-text #btnBuyGetAnswer a {
  text-decoration: none;
}
#postQuestionBanner .banner-content .content-text #btnBuyGetAnswer a.btn-buy {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 48px;
  width: 200px;
  background-image: linear-gradient(180deg, HotPink 0%, DeepPink 100%);
  border: 1px solid MediumVioletRed;
  -webkit-box-shadow: 0 2px 0 0 MediumVioletRed;
  -moz-box-shadow: 0 2px 0 0 MediumVioletRed;
  box-shadow: 0 2px 0 0 MediumVioletRed;
  border-radius: 100px;
  font-family: RubikMedium, sans-serif;
  font-weight: normal;
  font-style: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 2.4px;
  text-align: center;
  padding: 0 24px;
}
#postQuestionBanner .banner-content .content-text #btnBuyGetAnswer a.btn-buy:hover {
  background-color: white;
  border: 1px solid white;
  color: deepPink;
  background-image: none;
  box-shadow: none;
}
@media screen and (max-width: 1200px) {
  #postQuestionBanner .banner-content .content-text {
    max-width: 410px;
  }
  #postQuestionBanner .banner-content .content-text #btnBuyGetAnswer {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=post_question_banner.css.map */
