.main-section-filter {
  background-color: #f3f3f3;
  margin-bottom: 30px;
  border-radius: 45px;
  width: 100%;
  padding: 20px;
}
.main-section-filter .dropdown {
  margin-right: 5px;
  color: #161616;
  font-family: "Montserrat", "sans-serif";
  text-transform: uppercase;
  background-color: #ffffff;
  border-radius: 25px;
  display: inline-block;
}
.main-section-filter .dropdown button {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  padding: 0.375rem 1rem;
  width: 230px;
  text-align: inherit;
}
.main-section-filter .dropdown a {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}
.main-section-filter .dropdown .btn-secondary {
  background-color: transparent;
  color: black;
  border-radius: 25px;
}
.main-section-filter .dropdown .btn-secondary.disabled {
  color: #8b8b8b;
  background-color: #f8f9fa;
  border-color: #dee2e6;
}
.main-section-filter .dropdown .dropdown-toggle::after {
  color: #921010;
  margin-left: 0;
  float: right;
  margin-top: 7px;
  border-top: 0.4em solid;
  border-right: 0.2em solid transparent;
  border-left: 0.2em solid transparent;
}

.main-section-first-column .active-element-h4 a {
  color: #161616;
  font-family: "Teko", "sans-serif";
  font-size: 22px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 5px solid #921010;
  text-decoration: none;
}

hr {
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  margin-top: 5px !important;
  margin-bottom: 20px;
}

.masonry-grid .news-grid {
  width: 90%;
}

.news-grid {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.news-grid-image {
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.news-grid-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: 0.5s;
}

.news-grid-txt {
  padding: 25px;
  background-color: #f3f3f3;
}

.news-grid-txt h2 {
  letter-spacing: 1px;
  margin: 10px 0px 5px 0px;
  color: #921010;
  font-family: "Teko", "sans-serif";
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.first-child-grid-txt {
  padding-bottom: 15px;
  margin-bottom: 25px;
  color: #0d0d0d;
  font-family: "Montserrat", "sans-serif";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
}

.second-child-grid-txt {
  color: #0d0d0d;
  font-family: "Montserrat", "sans-serif";
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
}

.main-section-second-column {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.main-section-second-column a {
  text-decoration: none;
  border-radius: 30px;
  background-color: #921010;
  padding: 10px 60px;
  color: #ffffff;
  font-family: "Teko", "sans-serif";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}

.mobile-version-banner {
  display: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.mobile-version-banner .mobile-version-banner-item {
  width: 320px;
  height: 100px;
  background-color: #8b8b8b;
}

@media screen and (max-width: 1288px) {
  .masonry-grid .news-grid {
    width: 100% !important;
  }

  /*  .mobile-version-display-none {
      display: none;
    }*/
  .mobile-version-banner {
    display: flex !important;
  }
}

/*# sourceMappingURL=style-blog.css.map */
