#fw-section-custom-html-1717649928 {

.store-intro {
    padding: 20px;
    font-family: sans-serif;
    line-height: 1.6;
    color: #efefef;
}

.intro-img {
    float: left;
    padding: 15px;
    max-width: 300px;
}

@media (max-width: 1000px) {
    .intro-img {
        display: none;
    }
}

.store-intro h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.store-intro ul {
    list-style: none;
    padding: 0;
}

.store-intro li {
    margin-bottom: 15px;
}

.emoji {
    padding-right: 10px;
    padding-left: 20px;
}

.clear {
    clear: both;
}

}