#projects-row {
    margin-top: 64px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    left: auto;
    right: auto;
}

.projects-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 35px;
    text-transform: uppercase;
    color: #1c1c1c;
}

.projects-outer-container {
    display: inline;
    margin-bottom: 16px;
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.projects-container {
    border-radius: 2px;
    padding-top: 24px;
    padding-bottom: 18px;
    min-height: 220px;
}

.projects-container>img {
    width: 48px;
    height: 48px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.project-title {
    text-align: center;
    font-size: 14px;
    color: #222222;
    font-weight: 700;
}

.project-description {
    text-align: center;
    font-size: 12px;
    color: #555555;
    font-weight: 500;
    max-width: 75%;
    margin: auto;
    min-height: 3rem;
}