

 @media only screen and (max-width: 600px) {
.title .subtitle { 
display: none;
}
}

@media screen and (min-width: 768px) {
.five-columns.vc_row .vc_col-sm-2 {
float: left;
width: 18.5%;
padding: 0;
margin-right: 1.5%;
min-height: 0;
}
.five-columns.vc_row .vc_col-sm-2:nth-last-child(2) {
margin-right: 0;
}
}

div#comments {
    display: none;
}

.post_info {
    display: none!important;
}

.cn-button.bootstrap {
    color: #fff;
    background: #34CFEF;
}

.title.title_size_large h1 {
    font-size: 70px;
    line-height: 85px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
}