.square-imgs {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}

.square-imgs.sara-simon > img {
    border: 1px solid gray;
}

.square-imgs > img {
    width: 48%;
    flex: 0 0 48%;
    margin-top: 30px;
}

.two-col-multi {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.two-col-multi > img {
    width: 49%;
    flex: 0 0 49%;
    margin-top: 15px;
}

.content-project.slim {
    justify-content: center;
}

.content-project.slim .main-img {
    margin-top: 50px;
    width: 200px;
}

.content-project.slim .side-imgs {
    width: 300px;
}

.content-project.medium img {
    border: 1px solid gray;
}

.content-project.medium .main-img {
    width: 350px;
}

.content-project.medium .side-imgs {
    width: 400px;
}

.content-project.center {
    justify-content: center;
}

.content-project.mi-medium {
    justify-content: center;
    margin: 50px 0;
}

.content-project.mi-medium img {
    border: 1px solid gray;
}

.content-project.mi-medium .main-img {
    width: 400px;
}

.content-project.mi-medium .side-imgs {
    width: 200px;
}

.content-project.even {
    justify-content: center;
    margin: 50px 0;
}

.content-project.even .main-img {
    width: 300px;
}

.content-project.even .side-imgs {
    width: 260px;
}

.one-two-col {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: 50px 0;
}

.one-two-col > img {
    width: 35%;
    flex: 0 0 35%;
    margin-right: 20px;
}

.one-two-col img:last-of-type {
    margin-right: 0px;
}

.one-two-col img:first-of-type {
    width: 74%;
    flex: 0 0 74%;
    margin: 0 0 50px 0;
}

/*# sourceMappingURL=single.project.tempo.css.map */
