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

.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;
    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;
    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;
    margin-top: 6px;
    width: fit-content;
    float: left
}

.podcastDescription {
    font-size: 12px;
    margin: 10px 0 15px;
    color: #7e7d7d;
    line-height: 14px;
    float: left;
    width: 100%;
    height: 40px;
    overflow: hidden
}

.listenPodcast {
    position: relative;
    background: #7e7d7d;
    color: #fff;
    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 {
    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: #fff;
    margin-top: -118px;
    position: absolute;
    left: 160px;
    font-size: 93px
}

.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;
    margin-right: .5%;
    margin-left: .5%;
    margin-bottom: 50px;
    background-color: #E0DCD7
}

.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: 400px
}

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

.blogPostRegular .postPreviewFile {
    width: 100%;
    margin-top: 2rem
}

.blogPostRegular img {
    margin: 0 auto;
    display: block;
    width: 86%;
}

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

.blogTextContainer {
    width: 86%;
    color: #3F3F3F;
    margin: 0 auto
}

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

.blogPostTitle {
    font-size: 23px;
    font-weight: 500;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 2rem;
    font-family: 'BeautiqueDisplay'
}

.blogPostDescription {
    font-size: 13px;
    margin-top: 10px;
    text-align: left;
    width: 85%;
    line-height: 14px;
    font-weight: lighter;
    margin-left: 0;
    line-height: 18px;
    margin-bottom: 2rem
}

.seeMoreGo {
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
    text-decoration: underline
}

.seeMoreGo: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
}

.blogSliderTitleContainer {
    text-align: center;
    font-size: 2.5rem;
    width: 90%;
    margin: 0 auto 2rem;
    position: relative;
    letter-spacing: 1px;
    color: var(--grey);
    margin-top: 7rem;
    font-family: 'BeautiqueDisplay'
}

.blogCategoryTitleContainer {
    text-align: center;
    font-size: 1.6rem;
    width: 90%;
    margin: 0 auto 4rem;
    position: relative;
    text-transform: uppercase;
    margin-top: 1rem;
    font-weight: 100;
}

@media screen and (max-width: 768px) {
    .blogSliderTitleContainer{
        margin-top: 4rem;
        margin-bottom: 1.5rem;
    }
    .blogCategoryTitleContainer{
        margin-bottom: 2rem;
        font-size: 1.4rem;
    }
    #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: 90%;
        height: auto;
        margin: 0
    }

    .firstBlog {
        height: 465px
    }

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

    .seeMoreGo {
        margin-bottom: 0
    }

    blogPostRegular .blogPostDescription {
        font-size: 12px
    }

    .blogPostFirstRow .postPreviewFile {
        height: 210px
    }

    .blogPostRegular .postPreviewFile {
        height: auto
    }

    .blogPostRegular img {
        margin: 0 auto;
        display: block;
        width: 87%
    }

    .blogTextContainer {
        width: 86%;
        color: #3F3F3F;
        margin: 2rem auto
    }

    .bannerContainer img {
        width: 218%
    }

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

    .dataContainer {
        margin-top: 29px
    }

    .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
    }
}
