#titleOfBlog {
  font-weight: 900;
  color: #075946;
  letter-spacing: 0;
  font-size: 21px;
  border-bottom: none;
  margin-top: 60px;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-left: 1%;
}

#content {
  top: 100px;
  margin-bottom: 140px;
  background-color: #fafafa;
}

.blogCenteredContent {
  width: 84% !important;
  margin: auto;
}

.blogPostRegular:hover > .greenHover {
  background-color: #075946;
}

.arrowBlog {
  float: right;
  width: 40px;
  margin-right: 40px;
  margin-top: 10px;
  position: absolute;
  right: 0;
  bottom: 15px;
}

.greenHover {
  position: absolute;
  bottom: 0;
  background-color: transparent;
  height: 2%;
  width: 100%;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
}

.blogPostRegular {
  width: 23%;
  position: relative;
  float: left;
  height: 400px;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 50px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 5%), 0 6px 20px 0 rgb(0 0 0 / 10%);
}

.blogPostRegular .postPreviewFile {
  width: 100%;
  height: 200px;
  background-size: cover;
}

.blogPostTitle {
  color: #075946;
  font-size: 22px;
  font-weight: 800;
  margin: 18px 30px;
  letter-spacing: normal;
}

.blogPostDescription {
  color: #787878;
  font-size: 14px;
  font-weight: 400;
  margin: 0 30px;
  letter-spacing: normal;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #content {
    top: 0;
    margin-bottom: 25px;
  }

  .blogCenteredContent {
    overflow: visible;
  }

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

  .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: 100%;
    height: 400px;
    margin-bottom: 25px;
  }

  .firstBlog {
    height: 465px;
  }

  .blogPostRegular .blogPostTitle {
    margin-top: 5px;
    font-size: 19px;
    margin: 16px 20px;
  }

  .blogPostRegular .blogPostDescription {
    font-size: 14px;
    margin: 0 20px;
    line-height: 18px;
  }

  .blogPostFirstRow .postPreviewFile {
    height: 210px;
  }

  .blogPostRegular .postPreviewFile {
    height: 199px;
  }

  .bannerContainer img {
    width: 218%;
  }

  .arrowBlog {
    float: unset;
    width: 40px;
    margin-top: 30px;
    left: calc(50% - 20px);
    position: relative;
  }

  .title {
    left: 20px;
    font-size: 64px;
    margin-top: -77px;
  }

  .dataContainer {
    margin-top: 12px;
  }

  .infoBlogText {
    margin-top: 83px;
    font-size: 16px;
  }

  .textDecorate {
    margin-top: -16px;
  }

  .finalText {
    margin-top: -37px;
    margin-left: 36px;
  }

  .titleImage {
    font-size: 22px;
  }
}
