#ready-marketplace .rdy-mp-register-banner .faq-section {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#ready-marketplace .rdy-mp-register-banner .faq-section .faq-text {
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}
#ready-marketplace .rdy-mp-register-banner .faq-section a {
  text-decoration: none;
}
#ready-marketplace .rdy-mp-register-banner .faq-section .faq-link {
  padding: 14px 35px;
  background: #05758A;
  border-radius: 26px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 23px;
}
#ready-marketplace .rdy-mp-register-banner .faq-section .faq-link:hover {
  background: #1C9CAD;
}