.text {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    font-size: 17px;
    max-height: 750px;
    overflow-y: auto;
}

.medium {
    font-weight: 500;
}

.light {
    font-weight: 300;
}

.photo {
    background-image: url(../img/photo-about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}