.section-projects .projects-items{ margin: 0}
.section-projects .projects-item{ margin-bottom: 20px;}



@media only screen and (min-width: 600px) {
    .section-projects .projects-items{ display: flex;  justify-content: space-between; flex-wrap: wrap}
    .section-projects .projects-item{ width: calc(50% - 10px); height: auto}

 }


@media only screen and (min-width: 768px) {

    .page-banner.projects-banner .banner-image{max-height: none !important}
}