.p-app-sec {
    width: 100%;
    margin: 0 auto;
}
.p-app-balloon {
    position: relative;
    display: inline-block;
    margin-bottom: 24px;
    padding: 8px 48px;
    min-width: 120px;
    max-width: 100%;
    color: #059c40;
    font-size: 20px;
    border: solid 3px #059c40;
    border-radius: 48px;
    box-sizing: border-box;
}
.p-app-balloon:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}
.p-app-balloon:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #059c40;
    z-index: 1;
}
.p-app-box {
    display: flex;
    margin-bottom: 32px;
}
.p-app-box__item {
    width: calc((100% - 24px) / 2);
    text-align: center;
    background: #e7f9ee;
    padding: 16px;
}
.p-app-box__item:first-child {
    margin-right: 24px;
}
.p-app-qr {
    padding: 24px 0;
}
.text-middle + .text-middle {
    margin-top: 8px;
}