.content .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.content .col-md-4 {
    width: 100%; /* Ensure full width */
}

.content .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.content .col-md-4 {
    width: 100%; /* Ensure full width */
}

