.Bootstrap3Chiropractic {
    justify-content: center;
}

.Bootstrap3Chiropractic .card {
    border: 0;
    background-color: transparent;
    border-radius: 0
}

.Bootstrap3Chiropractic h4 {
    color: #586dac;
}

.Bootstrap3Chiropractic .card-footer {
    border: 0;
    background-color: transparent;
    border-radius: 0
}

.Bootstrap3Chiropractic .cards-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.Bootstrap3Chiropractic .cards-wrapper .centered {
    display: flex;
    justify-content: center;
}

.Bootstrap3Chiropractic .cards-wrapper .bottom-pane-title {
    text-align: center;
}

.Bootstrap3Chiropractic .cards-container {
    display: flex;
    justify-content: center;
    margin-top: 0 !important;
}

.Bootstrap3Chiropractic .cards-container .card {
    min-height: 200px;
    max-height: 300px;
    min-width: 200px;
    max-width: 300px;
}

.Bootstrap3Chiropractic .cards-container .card img {
    max-width: 100px;
    height: 100px;
    object-fit: cover;
}

.Bootstrap3Chiropractic .cards-container .card .card-body {
    text-align: center;
}

.Bootstrap3Chiropractic.cards-container .card .card-title {
    display: flex;
    justify-content: center;
}

/* .cards-container .card .card-text p:first-child {
    font-size: 0.75rem;
    text-align: center;
    padding: 10px 0px;
}

.cards-container .card .card-text p:nth-child(2) {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2rem;
    text-align: center;
    font-weight: bold;
    font-size: .85rem;
} */

.Bootstrap3Chiropractic .cards-container {
    transition: ease all 0.3s;
}

.Bootstrap3Chiropractic .cards-container:hover {
    transform: scale(1.1);
    transition: ease all 0.3s;
}

.Bootstrap3Chiropractic .cards-container:nth-child(1) {
    justify-content: end;
}

.Bootstrap3Chiropractic .cards-container:nth-child(3) {
    justify-content: start;
}

@media screen and (max-width: 992px) {
    .Bootstrap3Chiropractic {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .Bootstrap3Chiropractic .cards-container {
        justify-content: center !important;
    }
}