.blogCenteredContent {
  width: 80%;
  min-width: 0px;
}

.bannerBlog {
  background-repeat: no-repeat;
  width: 100vw;
  height: 25vw;
  background-position: center;
  background-size: cover;
}

.blogPostDate {
  margin: 30px 0px;
  color: #b4b4b4;
  font-size: 15px;
  line-height: 19px;
  float: left;
  font-weight: 500;
}

.blogMediaContainer {
  float: right;
  margin: 30px 0px;
}

.bannerBlog img {
  width: 100%;
  height: auto;
}

#blogTitle {
  font-weight: 600;
  color: #222222;
  letter-spacing: 0px;
  font-size: 21px;
  width: 80%;
  clear: both;
  margin-bottom: 20px;
  line-height: 25px;
}

.blogImage {
  position: relative;
  display: block;
  height: auto;
  width: 80%;
  float: left;
  margin: 15px 0px 50px;
}

.blogText {
  position: relative;
  display: block;
  height: auto;
  width: 80%;
  overflow: hidden;
  color: #000000;
  font-size: 15px;
  padding-bottom: 10px;
  line-height: 19px;
  font-weight: 400;
  float: left;
  margin: 10px 0px;
}

.blogMediaContainer .whiteRectangle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f1f1f1;
}

#blogPostTitle,
.blogTitle,
.sliderTitleContainer {
  color: #000000;
}

.sliderTitleContainer {
  display: none;
}

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

  .blogImage {
    width: 100%;
    height: auto;
    margin: 15px 0px 10px;
  }

  #blogTitle {
    width: 100%;
    margin-bottom: 10px;
    height: auto;
    line-height: 20px;
    font-size: 16px;
  }

  .blogText {
    width: 100%;
    margin: 0 auto;
    line-height: 15px;
    font-size: 13px;
  }

  .bannerBlog {
    height: 64vh;
  }

  .blogPostDate {
    margin: 0px 0px 17px;
    width: 100%;
  }

  .blogMediaContainer {
    margin: 16px 0px 11px;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .bannerBlog {
    height: 30vh;
  }
}