/*
Theme Name: Give A Shot 2017
Author: Elegant Seagulls
Author URI: http://elegantseagulls.com
Version: 0.9
*/

.home section.projects .container {
    display: flex;
}

@media(max-width:1024px){
.home section.projects .container {
    flex-direction: column;
}
}