/* css reset start */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* css reset end */

.banner {
    max-width: 100%;
    width: 100%;
    object-fit: contain;
}

.content {
    margin: 0 4.5rem;
}

h1 {
    font-size: 1.25rem;
    line-height: 1.4;
    letter-spacing: 1px;
    color: rgb(51, 51, 51);
    margin: 2rem 0 1.5rem;
    font-weight: 500;
}

h2 {
    font-size: 1rem;
    line-height: 1.63;
    letter-spacing: 1px;
    color: rgb(51, 51, 51);
    margin-bottom: 0.125rem;
    font-weight: 500;
}

p {
    font-size: 0.928rem;
    line-height: 1.47;
    letter-spacing: 1px;
    color: rgb(51, 51, 51);
    margin-top: 2.66px;
    font-weight: 400;
    margin-bottom: 2rem;
}

p:last-child {
    margin-bottom: 3rem;
}

@media only screen and (max-width: 800px) {
    .content {
        margin-left: 20px;
        margin-right: 20px;
    }

    h1 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 1.33px;
        margin: 13.33px 0px;
        font-weight: 600;
    }

    h2 {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 1.33px;
        margin-bottom: 2.66px;
    }

    p {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 1.33px;
        color: rgb(51, 51, 51);
        margin-top: 2.66px;
        font-weight: 400;
        margin-bottom: 34.66px;
    }
    
}
