.container_news {
  max-width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
  width: 1140px;
}
.glideCards, 
.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.glideCards,
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  margin: 15px;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a, .glide__slide .menu .toggle-menu, .menu .glide__slide .toggle-menu {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}
.glide__arrow {
  position: absolute;
  display: block;
  top: 45%;
  z-index: 2;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: white;
  border: 2px solid #f1eeeb;
  border-radius: 100%;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 0.5rem;
}
.glide__arrow--right {
  right: 0.5rem;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.newsbox {
  display: flex;
  justify-content: center;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  flex-flow: row wrap;
}
.newsbox__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #ffffff;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 18px;
  margin: 0px 15px;
  flex-basis: 56%;
}
.newsbox__item--img img {
  border-radius: 15px 15px 0px 0px;
  margin-bottom: 10px;
}
.newsbox__item--thumb img {
  border-radius: 50%;
  width: 50px;
}
.newsbox__item--title {
  padding: 0rem 10px;
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
.newsbox__item--title a, .newsbox__item--title .menu .toggle-menu, .menu .newsbox__item--title .toggle-menu {
  font-size: 16px;
  color: #0b482c;
  font-weight: bold;
  text-decoration: none;
}
.newsbox__item__category {
  margin: 0 auto 15px;
  display: flex;
  align-items: flex-end;
}
.newsbox__item__category--label {
  margin-right: 10px;
}
.newsbox__item__category--label a, 
.newsbox__item__category--label .menu .toggle-menu, 
.menu .newsbox__item__category--label .toggle-menu {
  color: #ff8100;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
}
.newsbox__item__category--circle {
  color: #31996a;
  margin-right: 2px;
}
.newsbox__item--carousel {
  flex: unset;
}
.newsbox__arrow-right, 
.newsbox__arrow-left {
  width: 24px;
  height: 24px;
  position: relative;
  color: #ff8100;
}
.newsbox__arrow-left {
  transform: rotate(180deg);
}
.newsbox__arrow-right {
  transform: rotate(0deg);
}