#titleOfBlog {
  font-weight: 900;
  color: #f095cd;
  margin: auto;
  letter-spacing: .5px;
  font-size: 21px;
  border-bottom: none;
  margin-top: 60px;
  text-transform: capitalize;
  margin-bottom: 50px;
  text-align: center;
  text-transform: lowercase;
  width: 27%;
  line-height: 26px
}

.blogCenteredContent {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr)
}

.blogPostFirstRow {
  width: 65%;
  margin: auto;
  height: auto;
  overflow: hidden;
  margin-bottom: 80px
}

.blogPostSubtitle {
  font-size: 12px;
  font-weight: 200;
  margin-top: 2px;
  color: #333234;
  text-align: left;
  margin-left: 140px
}

.blogPostBtn {
  background: #f4db9a;
  width: 134px;
  height: 32px;
  border-radius: 100px;
  position: relative;
  right: 73px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  float: right;
  font-size: 16px;
  bottom: 0;
  font-weight: 900
}

.blogPostRegular {
  width: 23%;
  float: left;
  height: 270px;
  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: 239px
}

.blogLine {
  border: 1px solid;
  width: 295px;
  margin-left: 140px;
  margin-top: 69px
}

.imgContainer {
  position: absolute;
  width: 270px;
  margin-top: -17px
}

.dataContainer {
  border: 2px solid #fff0;
  margin-left: 180px;
  width: 585px;
  height: 200px;
  background: rgba(255, 150, 162, .08);
  border-radius: 4px
}

.blogPostRegular .postPreviewFile {
  width: 100%;
  height: 160px
}

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

.blogPostDate {
  font-size: 12px;
  margin-top: 6px;
  color: #9c9c9c;
  text-align: left;
  margin-left: 140px;
  font-weight: 300
}

.blogPostTitle {
  font-size: 26px;
  font-weight: 900;
  text-transform: lowercase;
  margin-top: 20px;
  color: #f095cd;
  text-align: left;
  margin-left: 140px;
  width: 232px
}

.blogPostDescription {
  font-size: 15px;
  margin-top: 23px;
  color: #a5a5a5;
  text-align: left;
  width: 298px;
  line-height: 16px;
  font-weight: lighter;
  margin-left: 140px;
  text-align: justify
}

@media screen and (max-width: 768px) {
  .blogCenteredContent {
    width: 100% !important;
  }

  #titleOfBlog {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 18px;
    width: 80%
  }

  .dataContainer {
    margin-left: 15%;
    margin-bottom: 10%;
    width: 70%;
    height: auto
  }

  .blogPostTitle {
    margin-top: 95%;
    font-size: 20px;
    width: 100%;
    text-align: center;
    margin-left: 0
  }

  .blogPostDescription {
    text-align: left;
    width: 80%;
    font-size: 12px;
    margin-left: 10%;
    line-height: 16px;
    margin-bottom: 30px
  }

  .imgContainer {
    position: absolute;
    width: 60%;
    margin-left: 20%;
    margin-top: 15px
  }

  .blogPostBtn {
    width: 50%;
    height: 36px;
    right: 25%;
    color: #fff;
    font-size: 16px;
    margin-top: -17px;
    line-height: 36px
  }

  .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%;
    height: 235px;
    margin-bottom: 0
  }

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

  blogPostRegular .blogPostDescription {
    font-size: 12px
  }

  .blogPostFirstRow .postPreviewFile {
    height: 210px
  }

  .blogPostRegular .postPreviewFile {
    height: 120px
  }
}