.project-body p{
    text-align: center;
    font-size: 19px;

    width: 860px;
    max-width: 100%;
    margin: 16px auto;
}

.project-body ul{
    font-size: 19px;

    width: 650px;
    max-width: 100%;
    margin: 64px auto 16px auto;

    list-style-type: circle;
    list-style-position: inside;

    line-height: 130%;
}

.project-body ul li{
    margin: 12px 0;
}

.project-body h3{
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    font-size: 40px;
    width: 400px;
    max-width: 100%;
    margin: 64px auto 36px auto;
    text-align: center;
    line-height: 1;
}

.project-body .paper-img{
    transform: rotate(-3deg);
}

.project-body img{
    display: block;
    margin: auto;
}

.project-body .bubble{
    margin: 128px auto 50px auto;
}

.project-body .proj-objective{
    width: 700px;
    margin-bottom: 0;
    max-width: 100%;
}

.project-body .margin-bottom{
    margin-bottom: 80px;
}

.project-body .bubble.left{
    margin-left: 0;
    margin-right: auto;
}

.project-body .bubble.right{
    margin-right: 0;
    margin-left: auto;
}

.project-body .machines-gallery, .project-body .side-by-side{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.project-body .machines-gallery img{
    width: 40%;
    margin: 64px auto;
}

.mirror-margin{
    margin-top: 128px;
}




/* Mobile */
@media screen and (max-width: 760px) {

    .bubble.left{
        width: 300px;
    }

    .project-body p, .project-body ul{
        font-size: 16px;
        line-height: 125%;
    }

    .project-body h3{
        font-size: 28px;
        width: 100%;

        margin: 48px auto 16px auto;
    }

    .project-body .bubble{
        margin: 64px auto 36px auto;
    }

    .project-body .margin-bottom{
        margin-bottom: 42px;
    }

    .project-body .machines-gallery img{
        width: 100%;
        margin: 36px auto;
    }

    .project-body img.mobile-small{
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .project-body .bubble.title{
        margin-top: 128px;
    }

}