#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;
}

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

.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: 0px;
    margin-top: 35px
}

.blogPostFirstRow .postPreviewFile{
    width: 100%;
    height: 239px;
}

.blogLine{border: 1px solid;width: 295px;margin-left: 140px;margin-top: 69px;}

.imgContainer{position: absolute;width: 273px;margin-top: 15px;margin-left: 70px;}

.dataContainer{border: 2px solid;margin-left: 250px;width: 515px;height: 266px;}

.blogPostRegular .postPreviewFile{
    width: 100%;
    height: 160px;
}
.postPreviewFile{
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}
.blogPostDate{
    font-size: 12px;
    margin-top: 6px;
    color: #9c9c9c;
    text-align: left;
    margin-left: 140px;
    font-weight:300;
}

.blogPostTitle{
    font-size: 15px;
    font-weight:600;
    text-transform: uppercase;
    margin-top: 42px;
    color: #333234;
    text-align: left;
    margin-left: 140px;
}

.blogPostDescription{
    font-size: 13px;
    margin-top: 23px;
    color: #333234;
    text-align: left;
    width: 295px;
    line-height: 14px;
    font-weight: lighter;
    margin-left: 140px;
}

@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%;
        margin-bottom: 30px;
    }

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

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

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

    .blogPostFirstRow .postPreviewFile {
        height: 210px;
    }

    .blogPostRegular .postPreviewFile {
        height: 120px;
    }
}