#projects{}
#projects .item{ margin-bottom: 1.75rem;}
#projects .item .inner{ position: relative; box-shadow: 0 5px 15px rgba(0,0,0,0.08); transition: .5s;  }
#projects .item .image a{ height: 100%; width: 100%; }
#projects .item .image{ height: 290px; }
#projects .item .image img{ height: 100%; width: 100%; object-fit: cover; filter: blur(0px);  }
#projects .item .content{ text-align: center; padding: 30px; }
#projects .item .content .title{ padding: 0; margin: 0rem 0 1rem 0; font-size: 1.5rem; font-weight: 600; color: #5B5B63; }
#projects .item .content .description{ font-size: 1rem; margin-bottom: 1.5rem; color: #5B5B63;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#projects .item .content .btn{ border-radius: 0; background-color: #C47300; border-color: #C47300; transition: .2s; }
#projects .item .content .btn:hover{ background-color: #A45F00; border-color: #A45F00; text-decoration: none; }
/* hover */
#projects .item .inner:hover{ transform: scale(1.03); box-shadow: 0 5px 15px rgba(0,0,0,0.03); }
/* hover */