.btn-primary {
    color: #fff;
    background-color: #357deb !important;
    border-color: #357deb !important;
}

@media (max-width: 1200px) {
    .easystore-grid-4 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .easystore-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .easystore-grid-4 {
        grid-template-columns: 1fr;
    }
}
