.pattern {
    position: absolute;
    top: 0;
    z-index: 1;
    max-width: 312px;
    width: 21.66%;
    transition: all .5s;
}

.pattern.left {
    left: 0;
}

.pattern img {
    width: 100%;
    transition: all 1s;
    pointer-events: none;
    height: 800px;
}

.pattern.right {
    right: 0;
}

.main {
    margin: 0 auto;
    max-width: 94%;
    width: 700px;
    text-align: center;
    margin-top: 5%;
}

.wrapper {
    margin-right: auto;
    margin-left: auto;
    width: 290px;
}

.icon {
    top: 0;
    left: 0;
    padding: 10px;
    border-radius: 17.54%;
    background-color: #fff;
}
.icon img{
    max-width: 100%;
    border-radius: 17.54%;
}

.btn {
    position: relative;
    display: inline-block;
    padding: 12px 26px;
    /* min-width: 200px; */
    border: 1px solid #32B2A7;
    border-radius: 40px;
    font-size: 14px;
    background: #32B2A7;
    color: #fff;
}

.text {
    margin: 0 auto;
    width: 250px;
    text-align: center;
    white-space: nowrap;
    line-height: 22px;
    color: #505556;
    margin-bottom: 20px;
    font-size: 14px;

}

#download-btn.downloading {
    background-color: transparent;
    color: #999;
    cursor: not-allowed;
    border: none;
    margin: 0 auto;
    font-size: 18px;
}
.bottom-text {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /* background-color: #f1f1f1; */
    padding: 15px;
    text-align: center;
    border-top: 1px solid #ddd;
    font-size:14px
}