.blogMenuContainer {
  width: 95%;
  margin: 0 auto;
}
.blogParentCategories,
.blogChildCategories {
  width: auto;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.blogParentCategories {
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 25px;
}
.blogChildCategories {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 25px;
}
.blogCategoryTitle.selected {
  border-bottom: 1px solid;
}
.blogCategoryTitle {
  padding: 10px 0 3px;
  margin: 0 10px;
}
.blogTitle {
  text-align: center;
  font-size: 30px;
  line-height: 34px;
  margin: 0px auto 30px;
  font-weight: bold;
  display: block;
}
.blogCenteredContent {
  width: 95%;
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 80px;
}
.blogPostRegular {
  width: 100%;
  position: relative;
}
.dataContainer {
  opacity: 0;
  font-size: 15px;
  line-height: 19px;
  background: #575756b2;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 0;
  width: 100%;
  color: #fff;
  height: 100%;
  transition: 0.3s all ease;
}
h4.blogPostDescription {
  width: 75%;
  margin: auto;
  margin-bottom: 5%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.blogPostRegular {
  width: 100%;
  position: relative;
  transition: 0.3s all ease;
}
a.blogPostRegular {
    background: #000000b2;
}
.constructionMessageDiv {
  width: 90%;
  max-width: 760px;
  margin: 39px auto;
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.blogPostRegular .postPreviewFile {
  width: 100%;
  display: block;
  height: auto;
  aspect-ratio: 754/570;
  object-fit: cover;
}
.blogPostRegular:hover .dataContainer {
  opacity: 1;
}

.blogPostDate {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 7px;
}

.blogPostTitle {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 5px;
  font-weight: 600;
  position: absolute;
  top: 0;
  width: 80%;
  height: 20px;
  bottom: 0;
  text-align: center;
  right: 0;
  left: 0;
  margin: auto;
  color: #fff;
  z-index: 2;
}
.blogPostSubtitle {
  font-weight: bold;
}
h1.blogTitle {
  font-weight: 600;
  margin: 60px auto 40px;
  font-size: 20px;
}

.centeredContent.blogCenteredContent {
  width: 100% !important;
}

.blogPostRegular .postPreviewFile {
  border-radius: var(--border-radius);
}

@media screen and (max-width: 1100px) {
  .blogCenteredContent {
    grid-template-columns: repeat(2, 1fr);
    width: 90%;
  }
  .blogPostRegular .postPreviewFile {
    aspect-ratio: 1/1;
  }
  a.blogPostRegular .postPreviewFile {
    opacity:0.7
  }
  h4.blogPostDescription {
    width: 90%;
    margin-bottom: 20%;
  }
  .buttomSeeMore {
    position: absolute;
    width: fit-content;
    text-align: center;
    margin: auto;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 4;
    padding: 20px;
    color: #fff;
  }

  .blogMenuContainer {
    width: 90%;
  }
  .blogTitle {
    margin-bottom: 15px;
  }
  .blogParentCategories {
    margin-bottom: 15px;
  }
  .blogCategoryTitle {
    padding: 13px 0 2px;
  }

  .constructionMessageDiv {
    width: 100%;
  }
  h1.blogTitle {
    font-size: 22px;
    max-width: 216px;
  }
  .dataContainer {
    background: #000000b2;
  }
  .blogPostTitle {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 5px;
    font-weight: 600;
    position: absolute;
    top: 50px;
    width: fit-content;
    height: 20px;
    bottom: unset;
    right: 0;
    left: 0;
    margin: auto;
    color: #fff;
    z-index: 4;
  }
}
@media screen and (max-width: 600px) {
  .blogCenteredContent {
    grid-template-columns: repeat(1, 1fr);
  }
}
