#blogTotalContainer {
  position: relative;
  overflow: hidden;
  width: 85%;
  margin: 8rem auto;
}

#blogPostsContainer {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 4rem;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 2%;
  row-gap: 0%;
  justify-content: space-between;
}

.bannerContainer .podcastBanner {
  width: 100%;
}

.podcastFirstRow {
  background-image: url(/files/backgroundBlog.png);
  margin-bottom: 50px;
  box-shadow: 0 0 6px rgb(0 0 0 / 10%);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.infoPodcastText {
  color: #7e7d7d;
  width: 95%;
  font-size: 17px;
  margin: 15px 0 5px 0;
}

.infoPodcastText h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: none;
}

.infoPodcastText p {
  line-height: 26px;
}

.podcastsContainer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

.podcastRegular {
  height: auto;
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 20%);
}

.podcastImgContainer {
  position: relative;
  width: 100%;
}

.podcastPreviewFile {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: auto;
  height: 18vw;
  width: 100%;
}

.podcastDataContainer {
  margin: 0 auto;
  width: 100%;
  padding: 20px 15px;
  box-sizing: border-box;
}

.podcastTitle {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #7e7d7d;
  width: fit-content;
}

.podcastSubtitle {
  font-size: 12px;
  margin-top: 6px;
  color: #7e7d7d;
  margin-left: 14px;
  float: left;
  width: fit-content;
}

.podcastDate {
  font-size: 12px;
  color: #9c9c9c;
  text-align: left;
  font-weight: 300;
  margin-top: 6px;
  width: fit-content;
  float: left;
}

.podcastDescription {
  font-size: 12px;
  margin: 10px 0 15px;
  color: #7e7d7d;
  line-height: 14px;
  font-weight: lighter;
  float: left;
  width: 100%;
  height: 40px;
  overflow: hidden;
}

.listenPodcast {
  position: relative;
  background: #7e7d7d;
  color: #fff;
  font-weight: 100;
  font-size: 13px;
  line-height: 16px;
  width: 75%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 100ms ease-in;
}

.listenPodcast span {
  font-weight: 500;
  position: absolute;
  left: 41px;
  top: 12px;
}

.listenPodcast::before {
  content: "";
  position: absolute;
  background-image: url(/files/playPodcast.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: 13px;
  left: 21px;
}

.listenPodcast:hover {
  background-color: #fff;
  color: #7e7d7d;
  border: 1px solid #7e7d7d;
}

.listenPodcast:hover::before {
  filter: brightness(0) saturate(100%) invert(51%) sepia(0%) saturate(0%)
    hue-rotate(54deg) brightness(97%) contrast(90%);
}

.blogCenteredContent {
  overflow: visible;
}

.bannerContainer {
  margin-top: -5px;
}

.title {
  color: #000f43;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 5rem;
  line-height: 40px;
}

.blogPostFirstRow {
  width: 70%;
  margin: auto;
  height: 320px;
  overflow: hidden;
  margin-bottom: 26px;
}

.blogPostSubtitle {
  font-size: 12px;
  font-weight: 200;
  margin-top: 2px;
  color: #333234;
  text-align: left;
  margin-left: 140px;
  display: none;
}

.blogPostRegular {
  width: 100%;
  float: left;
  display: block;
  overflow: hidden;
}

.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: relative;
  width: 100%;
  height: 40vh;
}

.dataContainer {
  width: 100%;
  position: relative;
  color: #3c4c65;
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
}

.blogPostRegular .postPreviewFile {
  width: 100%;
  height: 40vh;
}

.postPreviewFile {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.blogPostDate {
  font-size: 14px;
  margin-top: 16px;
  text-align: left;
  font-weight: 300;
  color: #000f43;
  position: relative;
}

.blogPostTitle {
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
  margin-top: 24px;
  width: 70%;
  color: #000f43;
}

.blogPostDescription {
  font-size: 15px;
  margin-top: 6px;
  text-align: left;
  width: 90%;
  line-height: 20px;
  font-weight: 300;
  color: #000f43;
  margin-top: 1rem;
  margin-bottom: 2.3rem;
}

.seeMore {
  font-weight: 100;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 0rem;
  color: #4a4a4a;
  letter-spacing: 0.4px;
  margin-bottom: 30px;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #0000001a;
  display: none;
}

.moreArrow {
  margin-left: 15px;
  height: 9px;
}

.firstBlog {
  background-image: url(/files/backgroundBlog.png);
}

.infoBlogText {
  color: #7e7d7d;
  width: 70%;
  margin-left: 15%;
  line-height: 20px;
  font-size: 17px;
  margin-top: 78px;
}

.textDecorate {
  float: left;
  position: absolute;
  margin-left: -30px;
  margin-top: -21px;
}

.finalText {
  position: absolute;
  transform: rotate(180deg);
  margin-top: -22px;
  margin-left: 100px;
}

@media screen and (max-width: 768px) {
  #titleOfBlog {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 18px;
  }

  #blogTotalContainer {
    width: 90%;
    margin-top: 3rem;
    margin-bottom: 30px;
  }

  #blogPostsContainer {
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 1%;
  }

  .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%;
    margin-bottom: 0;
    margin-left: 0%;
    position: relative;
  }

  .imgContainer {
    position: relative;
    width: 100%;
    height: auto;
  }

  .firstBlog {
    height: 465px;
  }

  .blogPostRegular .blogPostTitle {
    margin-top: 13px;
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
  }

  .blogPostDescription {
    height: max-content;
    margin-top: 15px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
  }

  .seeMore {
    margin-bottom: 15px;
    padding-top: 10px;
  }

  .blogPostRegular .blogPostDescription {
    font-size: 12px;
  }

  .blogPostFirstRow .postPreviewFile {
    height: 210px;
  }

  .blogPostRegular .postPreviewFile {
    height: 413px;
  }

  .bannerContainer img {
    width: 218%;
  }

  .title {
    left: 20px;
    font-size: 25px;
    margin-bottom: 20px;
  }

  .blogPostDate {
    font-size: 12px;
    margin-top: 6px;
  }

  .dataContainer {
    margin-top: 5px;
    height: auto;
  }

  .infoBlogText {
    margin-top: 83px;
    font-size: 16px;
  }

  .textDecorate {
    margin-top: -16px;
  }

  .finalText {
    margin-top: -37px;
    margin-left: 36px;
  }

  .podcastsContainer {
    grid-template-columns: 1fr;
    margin: auto;
    width: 85%;
    margin-bottom: 60px;
  }

  .podcastPreviewFile {
    height: 37vh;
  }

  .listenPodcast span {
    left: 55px;
  }

  .listenPodcast::before {
    left: 31px;
  }
}
