.blog-index-index h1.page-title {
    display: none !important;
}

.blog_list_view {
    margin: 30px 0;
}

.blog_list_item {
    width: 32%;
    margin-right: 1.7%;
    margin-left: 0;
    padding: 0;
    margin-bottom: 20px;
    display: inline-block;
}
.blog_list_item:nth-child(3n) {
    margin-right: 0;  
}

.blog_item_subtitle {
    float: right;
}

.blog_list_img {
    width: 100%;
    height: 100%;
}

.blog_list_view h2 {
    width: 100%;
    text-align: center;
    float: left;
}

.blog_list_view h2 a {
    font-size: 18px;
    margin: 10px 0;
    color: #000000;
    font-family: 'Helvetica';
    font-weight: 600;
}
@media only screen and (max-width: 1700px){
    .blog_list_view h2 a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1350px){
    .blog_list_view h2 a {
        font-size: 12px;
        letter-spacing: -0.8px;
    }
}
@media only screen and (max-width: 1050px){
    .blog_list_view h2 a {
        letter-spacing: -1px;
    }
}
@media only screen and (max-width: 767px){
    .blog_list_view h2 a {
        letter-spacing: -0.7px;
        font-size: 12px;
    }
    .blog_list_view .blog_list_item h2 {
        text-align: center;
        width: 100%;
        float: left;
    }
}
@media only screen and (max-width: 600px){
    .blog_list_view h2 a {
        font-size: 10px;
    }
}

.blog-index-view h1.page-title {
    font-family: 'Helvetica';
    font-weight: 600;
}

.blog_item_view {
    clear: both;
}

.blog_view_img {
    /* display: inline-block; */
    /* float: left; */
}

.blog_item_content {
    /* display: inline-block; */
    width: 100%;
}
.blog_item_content img {
    width: 100%;
}

.blog_item_content .item-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
  }

.blog_item_content .item-video iframe,
.blog_item_content .item-video object,
.blog_item_content .item-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog_item_content p {
    font-size: 16px;
}

@media only screen and (max-width: 1024px){
    .blog_list_item {
        width: 31%;
    }
}
@media only screen and (max-width: 767px){
    .blog_list_item {
        width: 48%;
    }
    .blog_list_item:nth-child(3n) {
        margin-right: 1.7%;
    }
    .blog_list_item:nth-child(2n) {
        margin-right: 0;
    }
}