/* BASIC css start */
.btn-desc {
    display: block;
    margin-top: 24px;
    color: #211D1D;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.add-page .text-visual-wrap {
    padding: 40px 16px 40px;
    text-align: center;
}

.add-page .text-visual-wrap .text-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.add-page .text-visual-wrap .title {
    color: #211D1D;
    font-family: "HvDTrial Brandon Grotesque";
    font-size: 20px;
    font-weight: 390;
    line-height: 28px;
    text-align: left;
    max-width: 1200px;
    margin: 8px 0 0;
    box-sizing: border-box;
}

.add-page .flex-wrap .item .sub-title {
    margin-bottom: 0;
}

.add-page .flex-wrap .item .sub-title + .sub-title {
    margin-top: 16px;
}

.add-page .flex-wrap .item .mark img {
    width: auto;
    height: auto;
    min-height: 0;
}

@media (max-width: 768px) {
    .btn-desc {
        font-size: 16px;
        line-height: 24px;
    }

    .add-page .text-visual-wrap {
        padding: 32px 16px;
    }

    .add-page .flex-wrap .item img {
        object-position: bottom;
    }

    .add-page .text-visual-wrap .title {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 375px) {
    .btn-desc {
        font-size: 14px;
        line-height: 20px;
    }
}
/* BASIC css end */

