h1, .heading-01 {
    font-size: 62px !important;
    font-weight: 700 !important;
    line-height: 1.235 !important;
}
h2, .heading-02 {
    font-size: 48px !important;
    font-weight: 700 !important;
    line-height: 1.236 !important;
}
h3, .heading-03 {
    font-size: 40px !important;
    font-weight: 600 !important;
    line-height: 1.225 !important;
}
h4, .heading-04 {
    font-size: 32px !important;
    font-weight: 600 !important;
    line-height: 1.133 !important;
}
h5, .heading-05 {
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
}
h6, .heading-06 {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
}
p, .paragraph-md {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}
.paragraph-md-bold {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
}
.paragraph-md-undeline {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    text-decoration: underline;
}
.paragraph-md-italic {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    font-style: italic !important;
}
.paragraph-sm {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.57 !important;
}

.paragraph-sm-bold {
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.57 !important;
}

.paragraph-sm-undeline {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.57 !important;
    text-decoration: underline !important;
}

.paragraph-sm-italic {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.57 !important;
    font-style: italic !important;
}
.caption {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}
.caption-bold {
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
}
.caption-italic {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    font-style: italic !important;
}
.caption-underline {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    text-decoration: underline !important;
}

@media screen and (max-width:1024px) {
    h1, .heading-01 {
        font-size: 32px !important;
        font-weight: 700 !important;
        line-height: 1.25 !important;
    }

    h2, .heading-02 {
        font-size: 28px !important;
        font-weight: 700 !important;
        line-height: 1.25 !important;
    }

    h3, .heading-03 {
        font-size: 26px !important;
        font-weight: 600 !important;
        line-height: 1.23 !important;
    }

    h4, .heading-04 {
        font-size: 22px !important;
        font-weight: 600 !important;
        line-height: 1.23 !important;
    }

    h5, .heading-05 {
        font-size: 20px !important;
        font-weight: 600 !important;
        line-height: 1.25 !important;
    }

    h6, .heading-06 {
        font-size: 18px !important;
        font-weight: 600 !important;
        line-height: 1.22 !important;
    }

    .paragraph-md {
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 1.5 !important;
    }

    .paragraph-md-bold {
        font-size: 16px !important;
        font-weight: 700 !important;
        line-height: 1.5 !important;
    }

    .paragraph-md-undeline {
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 1.5 !important;
        text-decoration: underline !important;
    }

    .paragraph-md-italic {
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 1.5 !important;
        font-style: italic !important;
    }

    .paragraph-sm {
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 1.57 !important;
    }

    .paragraph-sm-bold {
        font-size: 14px !important;
        font-weight: 700 !important;
        line-height: 1.57 !important;
    }

    .paragraph-sm-undeline {
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 1.57 !important;
        text-decoration: underline !important;
    }

    .paragraph-sm-italic {
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 1.57 !important;
        font-style: italic !important;
    }

    .caption {
        font-size: 12px !important;
        font-weight: 400 !important;
        line-height: 1.5 !important;
    }

    .caption-bold {
        font-size: 12px !important;
        font-weight: 700 !important;
        line-height: 1.5 !important;
    }

    .caption-italic {
        font-size: 12px !important;
        font-weight: 400 !important;
        line-height: 1.5 !important;
        font-style: italic !important;
    }

    .caption-underline {
        font-size: 12px !important;
        font-weight: 400 !important;
        line-height: 1.5 !important;
        text-decoration: underline !important;
    }
}
