.block-recentnews {
  max-width: 100%;
  position: relative;
  overflow: hidden;
  padding: 3rem 0px;
  padding-bottom: 5rem;
}
.block-recentnews .news-background-image {
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 1500px;
  height: 1500px;
  z-index: 0;
  opacity: 0.03;
}
.block-recentnews .news-background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block-recentnews .container {
  position: relative;
}
.block-recentnews .container .recentnews-content {
  position: relative;
  z-index: 10;
}
.block-recentnews .container .recentnews-content .recentnews-content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
@media (max-width: 372px) {
  .block-recentnews .container .recentnews-content .recentnews-content-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.block-recentnews .container .recentnews-content .recentnews-content-header h2 {
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 1rem;
  font-family: "Teko", sans-serif;
}
.block-recentnews .container .recentnews-content .recentnews-content-posts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  min-height: 700px;
}
@media (max-width: 1024px) {
  .block-recentnews .container .recentnews-content .recentnews-content-posts {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.block-recentnews .container .recentnews-content .recentnews-content-posts .recentnews-content-post {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block-recentnews .container .recentnews-content .recentnews-content-posts .recentnews-content-post .recentnews-content-post-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-recentnews .container .recentnews-content .recentnews-content-posts .recentnews-content-post .recentnews-content-post-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 35, 60, 0)), to(rgba(8, 35, 60, 0.8509803922)));
  background: linear-gradient(180deg, rgba(8, 35, 60, 0) 0%, rgba(8, 35, 60, 0.8509803922) 100%);
  z-index: 1;
}
.block-recentnews .container .recentnews-content .recentnews-content-posts .recentnews-content-post .recentnews-content-post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-recentnews .container .recentnews-content .recentnews-content-posts .recentnews-content-post .recentnews-content-post-content {
  position: relative;
  z-index: 10;
  height: 100%;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .block-recentnews .container .recentnews-content .recentnews-content-posts .recentnews-content-post .recentnews-content-post-content {
    height: 450px;
    padding: 1.4rem;
  }
}
.block-recentnews .container .recentnews-content .recentnews-content-posts .recentnews-content-post .recentnews-content-post-content .tag {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #00A7E1;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-bottom: auto;
}
@media (max-width: 1024px) {
  .block-recentnews .container .recentnews-content .recentnews-content-posts .recentnews-content-post .recentnews-content-post-content .tag {
    font-size: 0.8rem;
  }
}
.block-recentnews .container .recentnews-content .recentnews-content-posts .recentnews-content-post .recentnews-content-post-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  margin-top: auto;
}
@media (max-width: 1024px) {
  .block-recentnews .container .recentnews-content .recentnews-content-posts .recentnews-content-post .recentnews-content-post-content h3 {
    font-size: 1.2rem;
  }
}