#themeconfigurator-home {
    margin:55px 0 0 0;
    text-align:center
}

#themeconfigurator-home a {
    color:#fff;
}

#themeconfigurator-home .themeconfigurator-block-home .themeconfigurator-block {
    background:#6E8066;
    width:auto;
    display:inline-block;
    margin:0;
    padding:18px 24px;
    font-size:1.8rem;
}

@media (min-width:768px) {
    #themeconfigurator-home .themeconfigurator-block-home:first-child {
        text-align:right;
    }

    #themeconfigurator-home .themeconfigurator-block-home:first-child .themeconfigurator-block {
        margin-right:20px;
    }

    #themeconfigurator-home .themeconfigurator-block-home:last-child {
        text-align:left;
    }

    #themeconfigurator-home .themeconfigurator-block-home:last-child .themeconfigurator-block {
        margin-left:20px;
    }
}

@media (max-width:768px) {
    .themeconfigurator-block-home {
        width:50%
    }
}

@media (max-width:640px) {
    .themeconfigurator-block-home {
        width:100%;
        margin-bottom:20px
    }
}