.srs-wpjm-card {
    display: none;
	max-width: 400px;
	border: 15px solid #fff;
	border-radius: 30px;
	font-family: arial;
	background: #fff;
	box-shadow: 0px 0px 5px #aaa;
	margin: auto;
}
.srs-wpjm-card-desktop {
/*     display: block; */
    max-width: 100%;
}
.srs-wpjm-card img {
	border-radius: 30px;
	height: 300px;
	object-fit: cover;
}
.srs-wpjm-card h1 {
	font-size: 24px;
	font-weight: 600;
}
.srs-wpjm-card h4 {
	font-size: 18px;
	margin: 10px 0px;
}
.srs-wpjm-location {
	color: #fdaa01;
	font-size: 16px;
	margin: 0px;
}
img.admin-img {
	border-radius: 50%;
	width: 60px;
}
.srs-wpjm-rating {
	margin-left: 15px;
	color: #fdaa01;
}
.srs-wpjm-bookmark-icon {
	position: absolute;
	top: 20px;
	right: 10px;
	border: 10px solid #fff;
	border-radius: 50%;
	font-size: 25px;
	background: #fff;
}
.srs-wpjm-map-icon {
	position: absolute;
	bottom: 20px;
	right: 10px;
	border: 10px solid #fff;
	border-radius: 50%;
	font-size: 25px;
	background: #fff;
}
.srs-wpjm-listing-image {
    position: relative;
    margin-bottom: 5px;
}
.srs-wpjm-phone {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0 0;
}
.srs-wpjm-phone-desc {
    margin-top: 0;
    color: #fdaa01;
    font-style: italic;
    font-weight: 600;
}
.srs-wpjm-description {
    font-size: 16px;
}
.srs-wpjm-branding {
    font-style: italic;
    color: #fdaa01;
    font-size: 14px;
    font-weight: 600;
}
.srs-wpjm-flex-container {
    display: flex;
    align-items: flex-start;
    column-gap: 25px;
    flex-wrap: nowrap;
}
.srs-wpjm-flex-container > div {
    width: 100%;
}
.srs-wpjm-card-desktop .srs-wpjm-phone-desc {
    font-size: 12px;
}
.srs-wpjm-card-desktop h3 {
    font-size: 20px;
}
.srs-wpjm-card-desktop .srs-wpjm-listing-image img {
    height: 200px;
    object-fit: cover;
}
@media screen and (max-width: 769px) {
/* {
    .srs-wpjm-card {
        display: block;
    }
    .srs-wpjm-card-desktop {
        display: none;
    } */
}