body {
    line-height: 1.5;
    margin: 0;
}

div {
    box-sizing: border-box;
}

h1 {
    margin: 0;
    font-size: 2em;
    line-height: 1.2;
}

ul {
    padding-left: 20px;
    margin: 5px 0;
}

li {
    padding: 5px 0;
}

.full-width {
    width: 100%;
    margin: 0 auto;
}

.inner {
    width: 90%;
    margin: 0 auto;
    max-width: 1024px;
}

.inner::after {
    content: "";
    clear: both;
    display: block;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

.header {
    padding: 1em 0;
    text-align: center;
}

.content {
    background: #fff;
    padding: 2em 0;
}

img.main-image {
    max-width: 100%;
    margin: 1em 0;
}

.message {
    float: left;
    width: 50%;
}

.share-experience {
    float: right;
    max-width: 400px;
    width: 100%;
}

.paragraph p {
    margin: .5em 0;
    font-size: 1.45em;
}

.footer {
    padding: 1.5em 0 1em;
    font-size: .85em;
}

.footer a.powered-by-extole {
    text-decoration: none;
}

.share-experience .extole-js-widget-view {
    position: relative;
}

.share-experience .extole-widget-wrapper .extole-image-col-wrapper {
    display: none !important;
}

.share-experience .extole-widget-wrapper {
    position: static !important;
    margin: 0 auto !important;
    width: auto !important;
}

.share-experience .extole-widget-wrapper .extole-widget-col-wrapper {
    width: auto !important;
    min-height: 475px !important;
    position: relative;
}

@media screen and (max-width: 900px) {
    .message {
        width: 40%;
    }

    h1 {
        font-size: 1.6em;
    }

    .paragraph p {
        font-size: 1em;
    }
}

@media screen and (max-width: 768px) {
    img.main-image {
        max-width: 768px;
    }

    .message,
    .share-experience {
        float: none;
        width: auto;
        max-width: 100%;
    }

    .footer {
        text-align: center;
    }

    h1 {
        font-size: 2.25em;
    }

    .paragraph p {
        font-size: 1.45em;
    }
    
/*
    ul, ol {
        padding-inline-start: 0 !important;
    }
*/

/*
    li {
        list-style-position: inside;
    }
*/
}

@media screen and (max-width: 425px) {
    h1 {
        font-size: 1.6em;
    }

    .paragraph p {
        font-size: 1em;
    }
}
