.content {
    width: 85%;
}

.columns {
    display: flex;
}

.left-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    
    width: 15%;
    padding: 10px;
}

.left-column img {
    width: 100%;
}