/* Hero */
.nkn-free-entry-template #hero .logo {
    width: 150px;
    height: auto;
}
@media only screen and (min-width: 768px) {
    .nkn-free-entry-template #hero .logo {
        margin-left: 0;
        margin-right: 0;
    }
}

/* Options */
.nkn-free-entry-template .nkn-free-entry-section .product-tile .product-features{
    margin-bottom: 30px !important;
}