body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: sans-serif;
}

.container {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    text-align: left;
}

.text-section-wrapper {
    width: 100%;
    background-color: #F3F3F3;
}

.text-section {
    padding: 20px;
    margin: 0 auto 180px;
}

.section-title {
    text-align: center;
    font-size: 16px;
    color: #121212;
    margin-bottom: 10px;
}

.section-subtitle {
    text-align: left;
    font-size: 16px;
    color: #314CB6;
    margin: 0;
}

.section-description {
    vertical-align: top;
    text-align: left;
    font-size: 14px;
    color: #333333;
    margin-top: 0;
    margin-bottom: 20px;
    white-space: pre-line;
}

.floating_section {
    z-index: 100;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    width: 100%;
    max-width: 480px;
    padding: 16px 0;
    background-color: #fff
}

.section-image {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: bottom;
    margin: 0 auto;
}