main {
    margin-bottom: 200px;
}
.about h1 {
    font-family: 'DelaGothicOne', sans-serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 50px;
    text-align: center;
}
.about .content {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.about .content h2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 80px;
    text-align: center;
}
.about .content img {
    margin: 60px auto;
    border-radius: 20px;
    max-width: 1000px;
    width: 100%;
}
.about .content *:not(h2) {
    font-weight: 300;
    font-size: 18px;
    line-height: 29px;
}
@media screen and (max-width: 785px) {
    main {
        margin-bottom: 80px;
    }
    .about h1 {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 30px;
        text-align: left;
    }
    .about .content h2 {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 30px;
        text-align: left;
    }
    .about .content img {
        margin: 30px auto;
    }
    .about .content *:not(h2) {
        font-size: 16px;
        line-height: 27px;
    }
}