Preview:
.projects .content .box
{
    width: 340px;
    margin: 30px;
    padding: 20px;
    background: #f6efe8;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 2px 20px rgba(0,0,0,0.1),  0px 2px 20px rgba(0,0,0,0.1);

}
.projects .content .box h4
{
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
}
.projects .content .box p
{
    color: #555;
    text-indent: 50px;
}
.projects .content .box img {
    width: 300px;
    height: 300px;
    margin-bottom: 20px;
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter