.centeredContent {
    width: 75% !important;
    overflow: visible
}

#titleOfBlog {
    margin-top: 60px;
    text-transform: capitalize;
    margin-bottom: 50px;
    text-align: center;
    /* font-family: Circular; */
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 35px;
    color: #000
}

.blogPostInfo {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px auto;
    width: 80%;
    overflow: hidden
}

.blogPostRead {
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    color: #686767;
    float: right;
    position: absolute;
    right: 20px;
    bottom: 15px
}

.blogPostRead:hover {
    font-weight: 600
}

.blogPostFirstRow {
    position: relative;
    width: 30.3%;
    float: left;
    height: auto;
    margin-right: 1.5%;
    margin-left: 1.5%;
    margin-bottom: 50px;
    background: #fff
}

.blogPostRegular {
    width: 23%;
    float: left;
    height: 270px;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 50px
}

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

.blogPostRegular .postPreviewFile {
    width: 100%;
    height: 160px
}

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

.blogPostDate {
    width: 38%;
    font-size: 11px;
    margin-top: 4px;
    color: #9c9c9c;
    text-align: right;
    font-weight: 300
}

.blogPostTitle {
    font-size: 17px;
    font-weight: 600;
    color: #686767;
    text-align: left;
    line-height: 23px;
    float: left;
    height: 40px;
    display: flex;
    align-items: center;
}

.blogPostDescription {
    margin: auto;
    margin-top: 3px;
    text-align: left;
    font-weight: 300;
    width: 80%;
    letter-spacing: .004em;
    font-size: 15px;
    line-height: 23px;
    color: #404040;
    height: 220px;
}

.banner {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 35px
}

.banner img {
    width: 97%;
    height: auto;
    margin-left: 1.5%
}

@media screen and (min-width: 770px) and (max-width:1100px) {
    #content {
        min-width: 767px
    }

    .banner img {
        margin-top: 15px
    }

    .blogPostFirstRow .postPreviewFile {
        width: 100%;
        height: 240px;
        margin-bottom: 3%
    }

    .postPreviewFile {
        background-size: cover
    }
}

@media screen and (max-width: 768px) {
    #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%;
        max-width: 278px;
        margin: auto;
        margin-bottom: 30px;
        height: auto;
        margin-right: 5px;
        margin-left: 5px
    }

    .blogPostInfo {
        max-width: 285px;
        margin: 10px auto;
        height: auto
    }

    .blogPostTitle {
        max-width: 90%;
        height: auto;
        overflow: hidden;
        margin-top: 15px
    }

    .blogPostDescription {
        max-width: 285px;
        margin: auto;
        line-height: 17px;
        font-size: 13px;
        height: auto;
        margin-bottom: 40px
    }

    .blogPostRegular {
        width: 48%;
        height: 235px;
        margin-bottom: 0
    }

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

    .blogPostRegular .blogPostDescription {
        font-size: 12px
    }

    .blogPostFirstRow .postPreviewFile {
        height: 40vw;
        margin: auto
    }

    .blogPostRegular .postPreviewFile {
        height: 120px
    }

    .blogPostRead {
        margin-bottom: 0
    }
}