.heading-description {
  margin-bottom: 2rem;
}

.timeout_card:hover .card_details {
  border: 1px solid #7c7777;
}

.timeout_card .card_details {
  padding-left: 10px;
  border: 1px solid transparent;
}

.timeout_card_link {
  display: block;
  break-inside: avoid;
  margin-bottom: 0.8rem;
}

.timeout_card_link:hover {
  text-decoration: none;
  color: #181818;
}

.timeout_card img {
  display: block;
  width: 100%;
  height: 258px;
  object-fit: cover;
}

.heading_bold_text {
  font-weight: 600;
}

.card__hashtag {
  margin: 0.75rem 0;
}

.card__subtitle.body-3 {
  margin-bottom: 0px;
}

.heading-description {
  max-width: 90%;
  margin: auto;
  line-height: 1.8;
  margin-top: 10.5rem;
  margin-bottom: 5rem;
}

.horizontal__line {
  display: inline-block;
  width: 2.5rem;
  height: 2px;
  background: #000;
}

.card__title {
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 500;
}

.timeout-description {
  width: 90%;
}

@media (min-width: 750px) {
  .timeout-description {
    width: 60%;
  }

  .heading-description {
    max-width: 42%;
  }

  .card__title {
    max-width: 100%;
  }

  /* Card Styles */

  .card-column-wrapper {
    column-count: 3;
  }

  /* .timeout_card {
		break-inside: avoid;
		padding-bottom: 1rem;
		margin-bottom: 0.8rem;
	} */

  .card_img_Wrapper {
    overflow: hidden;
  }

  .timeout_card img {
    /* height: auto; */
    transition: transform 1250ms cubic-bezier(0.5, 0, 0.5, 1);
  }

  .timeout_card img:hover,
  .timeout_card img:focus {
    transform: scale(1.2);
  }

  .time__stamp {
    text-transform: uppercase;
  }

  .location--text {
    font-weight: 600;
    margin-right: 0.3rem;
  }
}
