.details-logo {
  height: 300px;
  width: 300px;
}

.main-slide img {
  width: 100%;
  height: 500px;
  object-fit: contain;
}

.thumb-slide img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

#map {
  height: 500px;
}

.details-thumbnail {
  max-height: 150px;
  max-width: 150px;
  height: 150px;
  width: 150px;
}

.details-subheader {
  font-weight: 300;
  font-size: 26px;
}

.result-icon {
  color: #4e2eaa;
  font-size: 17px;
}

.result-button-link {
  color: black !important;
  text-decoration: none;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.res-link-section:hover {
  background-color: #4e2eaa;
  border-radius: 5px;
}

.res-link-section:hover > a {
  color: white !important;
}

.res-link-section:hover > .result-icon {
  color: white !important;
}

.res-link-section {
  max-width: 217px;
}

.result-social-icon {
  font-size: 26px;
  color: #4e2eaa;
}

.result-main-info-container {
  border-right: 1px solid #d5cece;
  border-left: 1px solid #d5cece;
}

.result-category-pill {
  color: #4e2eaa;
  border: 1px solid #4e2eaa;
  border-radius: 20px;
  text-wrap: wrap;
}

.details-info {
  padding: 40px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 5px;
  background-color: white;
}

.details-comunication {
  height: 100%;
  border-left: 1px solid #d5cece;
}
.details-pills {
  border-top: 1px solid #d5cece;
}

.result-category-pill {
  color: #4e2eaa;
  border: 1px solid #4e2eaa;
  border-radius: 20px;
  text-wrap: wrap;
}

.details-workingh {
  padding: 40px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 5px;
}

.hour-slot {
  line-height: 1;
  margin-bottom: 16px;
}

.default-logo {
  display: block;
  font-size: 81px;
  color: #616161;
  width: 150px;
  height: 150px;
  text-align: center;
  background-color: #e3e3e3;
  border-radius: 5px;
  padding-top: 7px;
}

.foundation-label {
  font-weight: bold;
}
