.horoscope_related .wi_related_articles.cols-3 .related_page{
    text-align: center;
    height: 260px;
}
.horoscope_related .wi_related_articles.cols-3 .related_page .img_container img{
    height: auto;
    width: 192px;
    margin: auto;
}

.title-line .title_style-4 {
    width: 70px;
    display: inline-block;
    margin-bottom: 12px;
}

.introText{
    display: flex;
    align-items: flex-start;
}

.introText img{
    max-width: 200px;
    margin-right: 30px;
    width: 40%;
}

.introText .title_style-4 {
    color: #78C427;
}

.horoscopoSlider {
    background: #DADCE1;
    border-radius: 5px;
    padding: 15px 0;
    overflow: hidden;
    box-sizing: border-box;
    height: 130px;
    margin: 50px auto 55px;
}

.horoscopoSlider .bx-wrapper .bx-controls-direction a{
    height: 98px;
}

.horoscope_article_new .horoscopoSlider .FondoClaro {
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #78C427;
    border-radius: 5px;
    transition: 200ms all;
    margin-right: 5px;
    margin-bottom: 8px;
    text-decoration: none;
    padding: 2px;
    width: 73px;
    height: 100px;
}

.horoscope_article_new .horoscopoSlider .FondoClaro a {
    background-position: center 85%;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}

.horoscope_article_new .horoscopoSlider .FondoClaro a{
    color: #595959;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
}

.horoscope_article_new .horoscopoSlider .FondoClaro a:hover{
    text-decoration: none;
    color: #78C427;
}

.horoscopoSlider .bx-wrapper .bx-next, .horoscopoSlider .bx-wrapper .bx-prev {
    background: unset;
    color: #DADCE1;
    top: 2px;
    margin: 0;
    text-indent: unset;
    z-index: 1;
}
.horoscopoSlider .bx-wrapper .bx-prev {
    left: -30px;
}
.horoscopoSlider .bx-wrapper .bx-next {
    right: -30px;
}

.horoscopoSlider .bx-wrapper .bx-next:after, .horoscopoSlider .bx-wrapper .bx-prev:after{
    font-family: 'Icons';
    font-size: 55px;
    line-height: 55px;
    font-weight: 800;
    position: absolute;
    top: 50%;
    color: #56A924;
    transform: translateY(-50%);
}

.horoscopoSlider .bx-wrapper .bx-next:after{
    content: '\e901';
    right: -20px;
}
.horoscopoSlider .bx-wrapper .bx-prev:after{
    content: '\e903';
    left: -20px;
}

.horoscopoSlider .bx-wrapper .bx-next:hover:after, .horoscopoSlider .bx-wrapper .bx-prev:hover:after{
    color: #78C427;
}