.evein-map {
  width: 100%;
  border: 1px solid #cccccc;
  height: 800px;
  overflow-y: scroll;
}
.evein-card img {
  max-width: 100%;
  height: 150px;
  width: 100%;
}
.evein-map:after {
  content: "";
  display: table;
  clear:both;
}
.evein-column {
  float: left;
  width: 50%;
  padding: 10px;
}

.evein-card {
  margin: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 98%;
}
.evein-card-header img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.evein-card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  min-height: 250px;
}


.evein-card-body .evein-desc {
  font-size: 13px;
  margin: 0 0 40px;
}

.evein-iw-container {
	margin-bottom: 10px;
}
.evein-iw-container .evein-iw-title {
	font-size: 22px;
	font-weight: 600;
	margin: 0;
	border-radius: 2px 2px 0 0;
}
.evein-iw-container .evein-iw-content {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	margin-right: 1px;
	padding: 15px 5px 20px 0px;
	max-height: 140px;
	overflow-y: auto;
	overflow-x: hidden;
}
.gm-style .gm-style-iw {
  max-width: 260px !important;
  height: 100% !important;
  min-height: 145px !important;
  padding-top: 10px;
  display: block !important;
  overflow: scroll;
}  

