.news_box.slider__item_news {
max-width: calc(100% - 10px - 0px + 10px / 1);
min-width: calc(100% - 10px - 0px + 10px / 1);
display: flex;
align-items: center;
}
.news_box.slider__item_news:first-child {
margin-left: 0;
}
.news_box.slider__item_news:last-child {
margin-right: 0;
}
.news_header {
display: flex;
justify-content: space-between;
padding: 1rem;
}
.news_title {
width: 100%;
}
.news_title h4 {
text-align: left;
padding: 0;
}
.news_logo,
.news_logo img {
width: 100%;
max-width: 80px;
max-height: 50px;
}
.news_logo img {
object-fit: contain;
}
.news_text {
display: flex;
flex-direction: column;
align-items: center;
gap: 1rem;
padding: .5rem 1rem;
justify-content: space-between;
height: 100%;
}
.news_excerpt {
width: 100%;
overflow-y: scroll;
max-height: 200px;
height: 100%;
}