#titleOfBlog {
  font-size: 18px;
  margin-bottom: 50px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 10px;
  color: #333234;
  text-align: center;
}

.blogCenteredContent {
  width: 85% !important;
}

.blogPostFirstRow {
  width: 47%;
  float: left;
  margin-right: 1.5%;
  margin-left: 1.5%;
  margin-bottom: 50px;
}

.blogPostRegular {
  width: 18%;
  float: left;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 50px;
}

.constructionMessageDiv {
  width: 400px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 20px;
}

.constructionBanner {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-top: 35px;
}

.blogPostFirstRow .postPreviewFile {
  width: 100%;
  height: 310px;
}

.blogPostRegular .postPreviewFile {
  width: 100%;
  aspect-ratio: 3/4;
}

.postPreviewFile {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.blogPostDate {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 4px;
  color: #9c9c9c;
  text-align: right;
}

.blogPostTitle {
  font-size: 13px;
  margin-top: 12px;
  color: #333234;
  text-align: left;
}

.blogPostDescription {
  font-size: 13px;
  margin-top: 3px;
  color: #333234;
  text-align: left;
  line-height: 14px;
  height: 30px;
}

@media screen and (max-width: 768px) {
  #titleOfBlog {
  }

  .constructionMessageDiv {
    width: 100%;
  }

  .constructionBanner {
    width: 80%;
    height: auto;
    margin-bottom: 30px;
    margin-top: 35px;
    margin-left: 10%;
  }

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

  .blogPostRegular {
    width: 48%;
    margin-bottom: 20px;
  }

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

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

  .blogPostFirstRow .postPreviewFile {
    height: 210px;
  }

  .blogCenteredContent {
    width: 90% !important;
    margin-top: 30px;
  }
}
