.cover-container {
  height: 25vh;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fff;
}
.cover-img-warp {
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tour-cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,.65);
  padding: 15px;
  display: flex;
  align-items: flex-end;
}
.tl-grnd .b {
  padding: 10px;
  margin-bottom: 15px;
  background:var(--bs-gray-100);
  border-radius: 5px;
}
.tl-grnd .b .c {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  width: 100%;
  margin-bottom: 15px;
}
.tl-grnd .b .d {
  text-align: right;
}
@media only screen and (min-width: 1200px) {
  .tl-grnd .b {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .tl-grnd .b .c {
    max-width: 70%;
    margin-bottom: 0;
  }
  .tl-grnd .b .d {
    text-align: left;
  }
}