#titleOfBlog {
  font-weight: 900;
  color: #58595b;
  letter-spacing: 0px;
  font-size: 21px;
  border-bottom: none;
  margin-top: 60px;
  text-transform: capitalize;
  margin-bottom: 50px;
  text-align: center;
}

/* PODCASTS */

.bannerContainer .podcastBanner {
  width: 100%;
}
.podcastFirstRow {
  background-image: url(../../files/backgroundBlog.png);
  margin-bottom: 6rem;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.infoPodcastText {
  width: 95%;
  font-size: 1.5rem;
  line-height: 1.9rem;
  margin: 15px 0;
}

.infoPodcastText h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: none;
}

.infoPodcastText p {
  line-height: 26px;
}

.postsContainer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

.podcastRegular {
  height: auto;
  overflow: hidden;
}

.podcastImgContainer {
  position: relative;
  width: 100%;
}

.podcastPreviewFile {
  -o-object-fit: cover;
  object-fit: cover;
  height: 26vw;
  width: 100%;
}

.podcastDataContainer {
  margin: 0 auto;
  width: 100%;
  padding: 1.5rem 1rem;
  box-sizing: border-box;
  overflow: hidden;
  font-weight: 300;
}

.podcastTitle {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  margin-top: 1rem;
  float: left;
}

.podcastSubtitle {
  font-size: 1.2rem;
  margin-left: 1.4rem;
  float: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.podcastDate {
  font-size: 1.2rem;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: left;
}

.podcastDescription {
  font-size: 1.2rem;
  margin-top: 1rem;
  line-height: 1.6rem;
  float: left;
  width: 100%;
  overflow: hidden;
}

.listenPodcast {
  position: relative;
  background: #7e7d7d;
  color: white;
  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: white;
  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;
  color: var(--base);
  width: 95%;
  max-width: 1250px;
}

.bannerContainer {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.blogBanner {
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
}

.title {
  margin-top: 20rem;
  z-index: 1;
  color: var(--base);
  font-size: 3rem;
  line-height: 3.4rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.19em;
}
.blogSubtitle {
  margin: 4rem auto 8rem;
  position: relative;
  text-align: center;
  width: 85%;
  max-width: 893px;
  line-height: 1.9rem;
}
.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;
  height: auto;
}

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

.constructionBanner {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  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%;
}

.dataContainer {
  width: 100%;
  height: auto;
  position: relative;
}

.blogPostRegular .postPreviewFile {
  -o-object-fit: cover;
  object-fit: cover;
  height: 26vw;
  width: 100%;
}

.blogPostDate {
  font-size: 1.2rem;
  margin-top: 1rem;
  text-align: left;
  position: relative;
}

.blogPostTitle {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 1rem;
  width: 100%;
  line-height: 1.9rem;
  float: left;
}

.blogPostDescription {
  font-size: 1.2rem;
  margin-top: 6px;
  width: 100%;
  overflow: hidden;
  line-height: 1.6rem;
  float: left;
}

.seeMore {
  color: #7e7d7d;
  font-weight: 100;
  font-size: 15px;
  position: absolute;
  right: 9px;
  bottom: 27px;
  line-height: 0px;
}

.seeMore:hover {
  font-weight: 900;
}

.moreArrow {
  margin-left: 10px;
  height: 14px;
}

.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: 20px;
    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 .blogPostTitle {
    /* margin-top: 5px; */
    /* font-size: 12px; */
  }

  .blogPostFirstRow .postPreviewFile {
    height: 210px;
  }
  .blogPostRegular .postPreviewFile {
    height: 72vh;
  }
  .bannerContainer img {
    width: 218%;
  }
  .title {
    margin-top: 11rem;
    font-size: 1.9rem;
    line-height: 2.3rem;
  }
  .blogSubtitle {
    font-size: 1.3rem;
    line-height: 1.7rem;
    margin: 2rem auto 4rem;
  }

  .dataContainer {
    /* margin-top: 29px; */
  }
  .infoBlogText {
    margin-top: 83px;
    font-size: 16px;
  }
  .textDecorate {
    margin-top: -16px;
  }
  .finalText {
    margin-top: -37px;
    margin-left: 36px;
  }
  .podcastFirstRow {
    margin-bottom: 3rem;
  }
  .postsContainer {
    grid-template-columns: 1fr;
    margin: auto;
    width: 100%;
    gap: 2rem;
    margin-bottom: 60px;
  }
  .podcastPreviewFile {
    height: 72vh;
  }

  .listenPodcast span {
    left: 55px;
  }

  .listenPodcast::before {
    left: 31px;
  }
}
