body {
    text-align: center;
    display: block;
}

.title-text, 
.span1,
.span2,
.span3 {
    display: block;
}

.header {
    padding-top: 84px;
    padding-bottom: 125px;
    font-size: 14px;
}

.title-text {
    font-size: 18px;
    padding-bottom: 53px;
}

.span1 {
    padding-bottom: 18px;
}

.span2 {
    padding-bottom: 18px;
}

.span2 p,
.span3 p {
    display: inline;
    margin-left: 20px;
}

.span2 p::before {
    position: absolute;
    content: '';
    background: url('../img/2Vector.svg') no-repeat center;
    width: 12px;
    height: 12px;
    margin-left: -15px;
}

.span3 p::before {
    position: absolute;
    content: '';
    background: url('../img/10Vector.svg') no-repeat center;
    width: 12px;
    height: 12px;
    margin-left: -15px;
}

/* iPad Pro*/
@media screen and (min-device-width: 1024px) and (max-device-height: 1366px) {
    .header,
    .span1,
    .span2,
    .span3 {
        font-size: 16px;
    }

    .title-text {
        font-size: 24px;
    }

}