

@media only screen and (max-width: 1280px) {

    section { padding: 0 1.5%;}
    
}


@media only screen and (max-width: 620px) {

    
    .project-description .row{
    margin-top: 40px;     
    }
    
    
    .project-icon {
        width:15%;
        margin: 0px 17px 22px 0px;
    }
    
    .description-left {
        padding: 35px 0px 20px 17px;
    }
    
      
    .btn-return:link,
    .btn-return:visited {
    position: absolute;
    right: 0;
    margin:-20px 0px 0px 0px;   
    display: inline-block;
    padding: 7px 17px 9px 20px; 
    font-size: 110%;
    color: #ededed;

    }


    .btn-return:hover,
    .btn-return:active {

    padding: 7px 26px 9px 20px; 
    color: #fff;

    }

    
}
