/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/
.projects {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    width: 100%;
}
@media (min-width: 992px){
    .project {
        width: 40%;
        float: left;
        margin: 15px;
    }
    .project-info {
        width: 50%;
        float: left;
        margin: 40px 15px 0;
    }
}

/* @media (min-width: 768px){
    .project {
        width: 66.66666667%;
    }
} */



