.pathology-tests .right {
    width: 85%;
}

.pathology-tests .main-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr) !important;
}

@media all and (max-width: 1200px) {
    .pathology-tests .right {
        width: 100%;
    }
}
@media all and (max-width: 820px) {
    .pathology-tests .search-bar .filter {
        width: fit-content;
    }
}
@media all and (max-width: 740px) {
    .pathology-tests .main-content {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}
@media all and (max-width: 600px) {
    .pathology-tests .search-bar {
        flex-direction: column !important;
        align-items: start !important;
    }

    .pathology-tests .search-bar .search {
        width: 100% !important;
    }
}
@media all and (max-width: 460px) {
    .pathology-tests .main-content {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media all and (max-width: 300px) {
    .pathology-tests .search-bar .filter {
        width: 100% !important;
    }
    .pathology-tests .main-content {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}