/*@media screen and (min-width:1024px){*/
/*    .site .main-scrollable-content{*/
/*        grid-template-columns: 40rem 7fr;*/

/*    }*/
/*    .site .top-bar:before{*/
/*        left: 39.8rem;*/
/*    }*/
/*    .site .top-bar{*/
/*        padding-right: 31.9rem;*/
/*    }*/
/*    .site .right-main-column{*/
/*        max-width: 1200px;*/
/*    }*/
/*    .site .main-scrollable-content .sidebar.loaded .site-branding{*/
/*        margin-right: 0;*/
/*    }*/
/*    .site .main-scrollable-content .sidebar{*/
/*        padding-right: 1vw;*/
/*    }*/
/*    .site:after{*/
/*        right: 31.9rem;*/
/*    }}*/


.project-item {
padding-bottom: 40px;
}

.project-item .project-image {
    width: 100%;
    height: auto;
}

.project-item .project-image img {
    width: 100%;
    height: auto;
}

.project-item .project-title {
    font-weight: bold;
    margin: 0.5rem 0;
}

.project-item .project-title h3 {
    font-size: 24px;
    color: #555;
}


.project-item .project-title a:hover {
    text-decoration: none;
}



section.contact-section.forms-section {
    padding:0 !important;
    margin:0 !important;
}
