h1 {
    font-weight: 700;
    font-size: 38px;
    font-family: 'Helvetica Neue', sans-serif;
    line-height: 46px;
}

h2 {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #02142B;
    text-align: center;
}

h3 {
    font-size: 22px;
    font-weight: 600;
    font-family: "STIX Two Text", serif;
}

p {
    font-size: 16px;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    color: #02142B;
    line-height: 19px;
}

a:not(.didomi-popup-notice-text-container a) {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    background: #FBCD5D;
    border-radius: 10px;
    padding: 15px 23px;
    color: #02142B;
    display: block;
    width: max-content;
    transition: all 0.5s ease;
}

a:hover:not(.didomi-popup-notice-text-container a) {
    box-shadow: 0px 6px 4px 0px #00000040 inset;
}

    /* Pad Version */
    @media screen and (min-width: 768px) {
        h1 {
            font-size: 48px;
            line-height: 54px;
        }

        h2 {
            font-size: 30px;
        }

        h3 {
            font-size: 25px;
        }

        p {
            font-size: 17px;
            line-height: 20px;
        }

        a {
            font-size: 20px;
        }
    }


        /* Desktop Version */
        @media screen and (min-width: 992px) {
            h1 {
                font-size: 58px;
                line-height: 73px;
            }

            h2 {
                font-size: 34px;
            }

            h3 {
                font-size: 28px;
            }

            p {
                font-size: 18px;
                line-height: 23px;
            }

            a {
                font-size: 22px;
            }
        }