.buttons-block {
    display: none;
}

.hot-container .features .title {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}

.hot-container .features ul {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}
.hot-container .features ul:first-child {
    margin-right: 50px;
}

.hot-container .features ul li {
    padding: 0 0 0 30px;
    position: relative;
    margin: 0 0 3px 0;
    background: none;
}
.hot-container .features ul li:after {
    content: "\2022";
    position: absolute;
    top: 0;
    left: 0;
    color: #84c61f;
    font-size: 15px;
}
.hot-container .green-btn {
    background: #64b600;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 11px 23px 10px 23px;
    display: inline-block;
    text-decoration: none;
    margin-top: 20px;
}