body {
  width: 100%;
  height: 100%;
}

.bs-awf-news__container {
  width: 100%;
  height: 100%;
  display: block;
}

.bs-awf-news__categories-box {
  width: 100%;
  height: fit-content;
  display: flex;
}
.bs-awf-news__categories {
  display: flex;
  width: 100%;
  height: fit-content;
  justify-content: space-between;
  border-bottom: 2px solid green;
  margin-bottom: 20px;
}
.bs-awf-news__categorie {
  height: fit-content;
  width: fit-content;
  display: inline-block;
}
.bs-awf-news__categorie:hover {
  border-bottom: 2px solid green;
}
.bs-awf-news__categorie--name {
  text-align: center;
}
.bs-awf-news__posts-box {
  width: 100%;
  height: 550px;
  flex-wrap: wrap;
  display: flex;
  overflow-y: scroll;
  scrollbar-width: none;
}

.bs-awf-news__posts-box-section {
  display: flex;
  flex-wrap: wrap;
}

.bs-awf-news__posts-box-post {
  width: 50%;
}

.bs-awf-news__categorie--name__hidden {
  display: none;
}

.bs-awf-news__categorie__active {
  border-bottom: 12px solid #00613d;
}

.bs-awf-filters__container{
  display: flex;
  justify-content: end;
  margin-right: 60px;
  margin-bottom: -62px;
  position: relative;
  z-index: 9;
}



.bs-awf-filters__container #bs-data-select{
	padding:5px 10px 5px 5px;
	background:#d3e1d742;
	color:#4A4A49;
	border-color: #005335;
}


@media(max-width:781px){
  .bs-awf-filters__container{
    justify-content: flex-start;
    margin-bottom: 45px;
    margin-left: 20px;
  }
}
