#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: 47%;
    float: left;
    margin-right: 1.5%;
    margin-left: 1.5%;
    margin-bottom: 50px;
}

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

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

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

.blogPostDescription{
    font-size: 13px;
    
    margin-top: 3px;
    color: #333234;
    text-align: left;
    line-height: 14px;
}

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