.btn-urolift{
    background-color: #f7921e;
    color: #fff !important;
    padding: 20px 53px;
    border-radius: 5px;
    font-weight: 700;
    font-family: arial;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.015em;
}
html[lang="zh-hans"] .btn-urolift{font-family: 'NotoSansTC', sans-serif;}
.btn-urolift:hover{
    color: #fff;
    text-decoration: none;
}

.uro-yellow, a.uro-yellow:hover{
    color: #F7921E !important;
}

.section_4 .container {
    padding-top: 60px;
}

.section_4 .row .card {
    margin: 1.5em auto;
}


a.page-link {
    color: black;
    border: 0;
    line-height: 1em;
    background-color: white;
}
.page-item.active .page-link {
    background-color: white !important;
    color: black !important;
    font-weight: bold;
    text-decoration: underline #eeb311;
    text-underline-offset: .5em;
    text-decoration-thickness: 2px;
}

.form_signup a{
    color: initial;
}

section.section.section_4.article-group .row{
    row-grap: 30px;
}

.article-group .card-title {
    /* height: 100%; */
}

.article-group .card-text {
    /* height: 100%; */
    overflow: hidden;
    padding: 5px 0;
    margin-bottom: 0;
}

img.card-img-top {
    height: 11em;
    object-fit: cover;
    object-position: right;
}

.row.d-block.pagination {
    width: 100%;
    margin:0;
}

.row.d-block.pagination ul a, .row.d-block.pagination ul span {
    margin: 0 .7em;
    line-height: 1.5em;
}

.row.d-block.pagination ul .current {
    border-bottom: 3px solid #F7921E;
    font-weight: bold;
}

ul.pagination.justify-content-center {
    align-items: baseline;
    font-size: 20px;
}

a.next.page-numbers, a.prev.page-numbers {
    content: url(https://oanglelab.com/oa207-uroliftwp/wp-content/uploads/2022/05/BackArrow.png);
    width: 15px;
    height: 15px;
}

a.next.page-numbers {
    transform: rotate(180deg);
}

article.single-post .content h2 {
    font-size: 48px;
    font-family: 'museo';
    font-weight: 700;
}
html[lang="zh-hans"] article.single-post .content h2{font-family: 'NotoSansTC', sans-serif;}
article.single-post .content p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-family: Arial;
}
html[lang="zh-hans"] article.single-post .content p{font-family: 'NotoSansTC', sans-serif;}
/* Mobile Styles */
@media only screen and (max-width: 440px){
    .article-group .card-text{
        height: 10.5em;
    }
    section.explore h1{
        line-height: 50px;
        font-size: 42px;
        margin-top: 63px;
        margin-bottom: 36px;
    }
    .article-group .card-title, .article-group .card-text {
        height: auto;
    }
    .articles_group .news div.col-md-6 .wrapper {
        padding: 12% 8%;
        border-radius: 35px;
    }
    .articles_group section.section.section_1.banner p {
        line-height: 1.4em;
    }
    .articles_group section.section.section_1.banner p {
        line-height: 1.7em;
        font-size : 17px !important;
    }
    .articles_group section.section.section_1.banner li{
        background-position: 90%;
    }
    .articles_group .btn-urolift{
        line-height: 18px;
        font-size: 16px;
        padding: 12px 18px;
    }
    .articles_group .news .news_panel .news_title::before{
        left: 0em;
    }
}
