.page-break {
    width: auto;
    margin: 0;
}
.about-header {
    font-family: "Avenir-Next-Demi-Bold";
    line-height: 41px;
    letter-spacing: 0.21px;
    font-size: 26px;
    text-transform: uppercase;
}
.about-header + p {
    line-height: 30px;
}
.contact-button {
    display: flex;
    justify-content: center;
    width: 150px;
    margin: 25px auto;
}
/* machine-learning css */
.ml-image{
    display: flex;
    justify-content: flex-end;
}
.ml-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .about-header {
        text-align: center;
        margin: 10px 0;
    }
    .ml-container {
        flex-direction: column;
    }
    .ml-image {
        margin-bottom: 30px;
    }
}