.centeredContent {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
}
nav.blogParentCategories {
    height: 65px;
    display: flex;
    justify-content: center;
    color: #000;
    align-items: center;
    gap: 5%;
    font-weight: 600;
    background: rgb(234 234 234 / 50%);
    font-size: 14px;
}
.bannerArqContainer img {
    width: 100%;
    display: block;
}
.bannerArqContainer {
    width: 100%;
    display: block;
}
.constructionMessageDiv {
    display: flex;
    align-items: center;
    width: 100%;
    color: #000;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    line-height: 18px;
    gap: 20px;
    margin-top: 3rem;
}

div#titleOfBlog {
    font-size: 20px;
    font-weight: 500;
}

nav.blogParentCategories a {
  display: block;
  padding: 12px 0px;
  border-bottom: 2px solid transparent;
  transition: 0.3s all ease;
  opacity: 0.5;
}

.blogsContainer {
  width: 90%;
  margin: auto;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 5%;
}
a.blogCategoryTitle.selected {
    opacity: 1;
border-bottom: 2px solid #D6001A;opacity: 1;
}
.blogPostContainer {
  width: 100%;
  padding-bottom: 30px;
}
a.blogPostContainer:hover .blogPostTitle {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.imgContainer {
  margin-block-start: 0em;
  margin-block-end: 0em;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.blogPostContainer:hover .postPreviewFile {
  transform: scale(1.1);
  filter: brightness(0.5);
}
.postPreviewFile {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.blogPostTitle {
  color: #000000;
  font-size: 17px;
  line-height: 21px;
  font-weight: 300;
  margin: 16px 0 5px;
  width: 100%;
  overflow: hidden;
  /* height: 42px; */
  transition: 0.3s all ease;
}
.blogPostContainer:hover .verMasBlog {
  opacity:1;
}
.blogPostDescription {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  display: none;
}
.verMasBlog {
    color: #000;
    opacity: 0;
    transition: 0.2s all 
ease-out;
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 20px;
}
.secondHeader {
  width: 100%;
  height: auto;
  background: rgba(234, 234, 234, 0.5);
  color: #000000;
  margin-bottom: 60px;
}
.blogCatLinksWrapper {
  width: 80%;
  margin: auto;
  max-width: 990px;
  display: flex;
  line-height: 60px;
  font-size: 16px;
  justify-content: space-evenly;
}
ul {
  list-style-type: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}
.redLineBtn {
  /* width: 150px; */
  /* border-bottom: 2px solid #ed1b2e; */
  padding: 0;
  /* padding-bottom: 8px; */
  /* align-items: center; */
  margin-top: 20px;
  transition: 0.3s all ease;
  opacity: 0;
}
.blogPostContainer:hover .redLineBtn {
  opacity:1;
}
.blogPostContainer .redLineBtn:hover  {
  font-weight:400
}
.redLineBtn img {
  height: 11px;
}
.redLineBtnText {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

@media screen and (min-width: 1100px)  {
.blogParentCategories a:hover{border-bottom: 2px solid #D6001A;opacity: 1;}
}

@media screen and (max-width: 768px) {
  #titleOfBlog {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 18px;
  }
  .navBlogContainer {
    width: 100%;
    overflow: scroll;
    background: #eaeaea80;
}
nav.blogParentCategories {
    padding-left: 5%;
    padding-right: 5%;
    width: max-content;
    justify-content: start;
    gap: 24px;
}
  .constructionMessageDiv {
    width: 100%;
  }

nav.blogParentCategories a {
  text-align:center;
  white-space: nowrap;
}
  .constructionBanner {
    width: 80%;
    height: auto;
    margin-bottom: 30px;
    margin-top: 35px;
    margin-left: 10%;
  }

  .blogPostFirstRow {
    width: 100%;
    margin-bottom: 30px;
  }

  .blogPostRegular {
    width: 48%;
    height: 235px;
    margin-bottom: 0px;
  }

  .blogPostRegular .blogPostTitle {
    margin-top: 5px;
    font-size: 12px;
  }

  .blogPostRegular .blogPostDescription {
    font-size: 12px;
  }

  .blogPostFirstRow .postPreviewFile {
    height: 210px;
  }

  .blogPostRegular .postPreviewFile {
    height: 120px;
  }
  .blogsContainer {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin-top: 20px;
  }
  .centeredContent {
    width: 100% !important;
    padding-bottom: 20px;
    margin: 0px 0 40px;
  }
  .postPreviewFile {
    height: 100%;
  }
  .blogPostTitle {
    height: auto;
  }
  .verMasBlog{
    margin-top: 6px;
  }
}
