.home-news {
    padding: 24px 32px 24px 32px;
    border-radius: 8px;
    /*height: 200px;*/
    background: rgb(132 132 132 / 5%);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0px 3px 2px 0 rgba(0, 0, 0, .1);
    border: 1px solid rgb(0 0 0 / 5%);
    height: 100%;

}
.home-news-article {height: 100%;
    width: 100%;}
.home-news-article  .name {text-transform: uppercase;}
/*.home-news .owl-carousel .owl-nav .owl-prev {
width: 28px;
    height: 28px;
    gap: 0px;
    border: 1px solid #999999 !important;
    margin-left: 75% !important;
    margin-bottom: 10px;
    background: none !important;
}*/

/*.home-news .owl-carousel .owl-nav .owl-next {
    margin-top: 10%;
    margin-right: 5% !important;
    width: 28px;
    height: 28px;
    gap: 0px;
    border: 1px solid #999999 !important;
    background: none !important;

}*/
.home-news .ps-section__carousel{
    height: 100%;
}
.home-news .ps-section__carousel .owl-carousel{
    height: 100%;
}
.home-news .owl-carousel.slider-main.slider-news .owl-nav{
    margin-top: -1rem;
}
.home-news .owl-carousel.slider-main.slider-news .owl-nav .owl-next{
    margin-right: 10%;
    margin-top: 0% !important;
}
.home-news .owl-carousel.slider-main.slider-news .owl-nav .owl-prev{
    margin-top: 0% !important;
}
.home-news  .owl-nav {
    display:  block !important;
}
.home-news .owl-carousel .owl-nav {
	bottom: 2%;
    filter: brightness(0) invert(0.6) !important;
    top: unset;
}
@media only screen and (max-width: 768px) {
    .home-news .owl-carousel.slider-main.slider-news .owl-nav .owl-next{
        margin-right: 10%;
    }
}
@media only screen and (max-width: 576px) {
    .home-news .owl-carousel.slider-main.slider-news .owl-nav .owl-next{
        margin-right: 0%;
    }
}
/*.home-news .owl-nav .owl-next, .home-news .owl-nav .owl-prev {margin-top: 20% !important;}*/