.locator-list-section{
    font-family:'Oswald';
    font-size:16px;
}

/*.locator-list-section .card-container:first-child{*/
/*    border-top: 1px solid #ccc;*/
/*}*/

.locator-list-section .card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #ccc;
    padding: 20px 10px;
}
.locator-list-section .card-section {
    flex: 1 1 300px;
    padding: 10px;
    text-align: center;
}
.locator-list-section .card-section img {
    max-width: 100%;
    height: auto;
}
.locator-list-section .middle-section {
    border-left: 2px solid #133C8C;
    border-right: 2px solid #133C8C;
}
.locator-list-section .middle-section p,
.locator-list-section .right-section p{
    margin: 6px 0;
}
.locator-list-section .middle-section p:first-child {
    font-weight: bold;
}
.locator-list-section .middle-section em {
    font-style: italic;
}
.locator-list-section .right-section a {
    display: block;
    color: #337ab7;
    text-decoration: none;
    margin-bottom: 5px;
}
.locator-list-section .right-section a:hover {
    text-decoration: underline;
}


@media (max-width: 768px) {
    .locator-list-section .middle-section {
        border-left: none;
        border-right: none;
    }
}