.locations_card_div {
    border: unset;
    flex: 0 0 100%;
}

.locations_card_img {
    width: 100%;
    max-width: 200px;
    max-height: 200px;
}

.locations_card_txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
}

.card-body {
    padding-top: 0 !important;
}


.locations_card_txt_title {
    font-weight: 900;
    font-size: 18px;
}

.card-body {
    padding-left: 0;
}

.card-body p {
    margin-bottom: 2px;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.card-body {
        padding-left: 1rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.locations_card_div {
        flex: 0 0 48%;
        border: unset;
    }
}