.condition-section .item {
    width: 170px;
}

.condition-section .item button {
    width: 100%;
    background: #fafafa;
    border: 1px solid #fafafa;
    color: #333;
    font-size: 20px;
    font-weight: 300;
    border-radius: 30px;
}

.condition-section .item.active button,
.condition-section .item button:hover {
    background: linear-gradient(to right, #bb241f, #861b18);
    border: 1px solid #bb241f;
    color: #fff;
}

@media (max-width: 980px) {
    .condition-section .item button {
        font-size: 12px;
    }
}

.content-section .item img {
    border-radius: 5px;
}

.content-section .item:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
}