.themeconfigurator-block {
    margin-bottom: 30px;
}
.themeconfigurator-block .item-title {
    text-transform: uppercase;
    font-size: 1.8em;
}
.themeconfigurator-block .item-html {
}
.themeconfigurator-block-img {
}
.themeconfigurator-block-txt {
    margin-top: 30%;
}
@media (max-width: 767px) {
    .themeconfigurator-block {
        text-align: center;
    }
    .themeconfigurator-block-txt {
        margin-top: 2%;
    }
}
