h1 span{background: #ffcc01; padding: 0px 10px;}
h2 span{background: #ffcc01; padding: 0px 10px;}

.white{color:#fff !important;}

.full_section_inner .vc_column-inner h3 {
      display: none;
}




@media only screen and (max-width: 480px) {
body.portfolio_page-template-default .projects_holder_outer.v2.portfolio_with_space.portfolio_standard.masonry_with_space > div > *:not(article) {
	display: none;
}
body.portfolio_page-template-default .projects_holder_outer.v2.portfolio_with_space.portfolio_standard.masonry_with_space > div {
    display: flex !important;
    flex-wrap: wrap !important;
}
body.portfolio_page-template-default .projects_holder_outer.v2.portfolio_with_space.portfolio_standard.masonry_with_space > div > article {
    width: 49% !important;
    top: auto !important;
    position: relative !important;
    left: auto !important;
}
}