#page-small-projects {
    height: 100vh;
    padding: 10% 0 10% 0;
}

.project-div {
    margin-bottom: 40px;
    cursor: pointer;
    padding: 20px 15px 0 15px;
}

.project-title {
    font-weight: 600;
    font-size: 20px;
}

#page-small-projects .project-description {
    padding-top: 0;
}

#project-img-div {
    margin-right: 40px;
}

.project-title {
    border-bottom: 1px solid #A1A680;
    width: 190px;
}

.project-img {
    display: none;
    border-radius: 20px;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}