.ttl {
    font-family: 'apercu_pro', sans-serif;
    color: #475669 !important;
    text-transform: uppercase;
    /* margin: 0 auto; */
    font-size: 120px;
    font-weight: bold;
    /* display: flex; */
    align-items: center;
    position: relative;
}



body {

    padding-top: 40vh;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .ttl {
        font-size: 40px;
    }
}