hr{
    margin: 50px 0 0;
}
.article-main blockquote {
    border-left: 3px solid #03a9f5;
    padding: 20px;
    background: #eee;
    margin-top: 30px;
    border-radius: 10px;
}

.article-main h4{
   font-size: 20px;
}
.zwc-p-15{
   font-size: 15px;
}

.article-main h4 {
    font-size: 23px;
}
.zwc-ol-font{
   font-size: 13px;
}

ul.list li:before {
    top: 12px;
}

.resource-section{
   display:none;
}

blockquote.zwc-quote {
    background: #fff;
    box-shadow: 1px 0 11px #0000004a;
    border-radius: 10px;
    padding: 13px 15px;
    margin: 40px auto 0;
    width: 100%;
    border-left: 3px solid #e42427ab;
}
 blockquote.zwc-quote ul{
     list-style: disc;
     padding-left: 25px;
 }
 blockquote.zwc-quote ul li,blockquote.zwc-quote p{
     font-size: 16px;
     margin-bottom:0;
 }


.article-section .sign-btn a{
    color: #ffff;
}


.article-main table{
    border: 1px solid #000;
margin:30px 0;
}
.article-main table th{
  border: 1px solid #000;
}
.article-main table td {
    border: 1px solid #000;
    padding: 10px;
}

.zwc-faq-section{
   margin: auto;
}
 
.zwc-bquote{
    margin: 30px 0;
}