.news-archive {
  max-width: 1200px;
  width: 88%;
  position: relative;
  margin: 0px auto 20px;
}
.news-archive .news-grid-container .slick-dots {
  justify-content: center;
}
.news-archive .news-grid-container .slick-slide {
  height: auto;
}
@media (max-width: 860px) {
  .news-archive {
    width: 95.32%;
  }
}
.news-archive .newsroom-heading .mtn-heading {
  font-size: 64px;
  line-height: 64px;
  margin-top: 0;
}
.news-archive .page-name-label {
  font-size: 15px;
  color: #202020;
  font-family: "WorkSans-Bold", sans-serif;
  margin-bottom: 15px;
}
.news-archive .mini-news-container {
  max-width: 936px;
  margin: 0px auto 50px;
  width: 88%;
}
@media (max-width: 860px) {
  .news-archive .mini-news-container {
    width: 95.32%;
    margin-left: auto;
    margin-right: auto;
  }
}
.news-archive .mini-news-container .news-archive-single {
  width: 100%;
  position: relative;
  margin-bottom: 24px;
}
.news-archive .mini-news-container .news-archive-single .archive-meta .mtn-body-text {
  margin-bottom: 0;
}
.news-archive .mini-news-container .news-archive-single .archive-meta .archive-meta-top-row .mtn-body-text {
  margin-bottom: auto;
}
.news-archive .news-grid-container {
  width: 100%;
  margin-bottom: 100px;
}
.news-archive .category-tabs {
  margin: 0px 0px 40px 0px;
}
.news-archive .category-tabs .category-scroller {
  padding-left: 0px;
}
@media screen and (max-width: 768px) {
  .news-archive .category-tabs .category-scroller {
    padding-left: 0px;
  }
}
.news-archive .custom-flexed {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  position: relative;
  flex-direction: column;
  margin-bottom: 30px;
}
.news-archive .custom-flexed .category-tabs {
  width: 900px;
  justify-content: unset;
  margin-top: 30px;
}
.news-archive .custom-flexed .category-tabs .tab-btn {
  font-size: 12.5px;
}
@media (max-width: 1320px) {
  .news-archive .custom-flexed {
    display: block;
  }
}
.search-form .field-search {
  position: absolute;
  right: 19px;
  top: 19px;
}
@media (max-width: 1320px) {
  .search-form {
    position: relative;
    right: revert;
    top: revert;
  }
}
.search-form .form-field {
  box-shadow: 0px 8px 64px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(21.7463px);
  width: 360px;
  height: 56px;
  position: relative;
  border: 1px solid #E8E8E8;
  background-color: #ffffff;
}
@media (max-width: 880px) {
  .search-form .form-field {
    width: 350px;
  }
}
@media (max-width: 550px) {
  .search-form .form-field {
    width: 100%;
  }
}
.search-form .form-field input {
  height: 100%;
  box-sizing: border-box;
  padding-left: 15px;
  font-size: 15px;
  font-family: "WorkSans-Regular", sans-serif;
  color: #404040;
  border-radius: 4px;
  border: none;
  width: 270px;
  outline: none;
}
.search-form .form-field .search-bar {
  width: 2px;
  height: 32px;
  background-color: #E8E8E8;
  position: absolute;
  top: 11px;
  right: 70px;
}
.pagination-block {
  position: relative;
  margin: 0 auto 90px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination-block .pagination-btn.prev-btn {
  transform: rotate(90deg);
}
.pagination-block .pagination-btn.next-btn {
  transform: rotate(-90deg);
}
.pagination-block button {
  width: 32px;
  height: 32px;
  background-color: transparent;
  margin-right: 10px;
  border: none;
  border-radius: 50%;
  font-family: "WorkSans-Regular", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.pagination-block button:hover {
  background-color: #202020;
  color: #fff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.pagination-block button.current {
  background-color: #202020;
  color: #fff;
}
.pagination-block .ellipse {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.pagination-block .pagination-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  list-style: none;
}
