.agencies__items tbody tr:nth-child(2n-1) {
    background-color: #dee6ed;
}

.agencies__items tbody tr:nth-child(2n) {
    background-color: #f6f9fb;
}

.agencies__items th,
.agencies__items td {
    border: 1px solid #c5c5c5;
    text-align: center;
    width: calc(100% / 5);
}

.agencies__items thead td {
    background-color: #05729b;
    color: white;
    font-weight: bold;
}

@media (max-width: 767px) {
    .agencies__form .fields {
        grid-template-columns: 1fr;
    }
    .agencies__form .comment {
        grid-column: auto;
    }
}