.home-testimonial {
  background-image: url("../../assets/img/home-section-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*background-color: var(--bs-warning);*/
  padding-bottom: 25px;
  /*height: 380px;*/
  /*margin-bottom: 25px;*/
}

.home-testimonial-bottom {
  /*background-color: #975500;*/
  /*transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;*/
  /*margin-top: 20px;*/
  margin-bottom: 0px;
  /*position: relative;*/
  /*height: 220px;*/
  /*top: 190px;*/
}

.home-testimonial h3 {
  /*color: var(--orange);*/
  /*font-size: 14px;*/
  /*font-weight: 500;*/
  text-transform: uppercase;
}

.home-testimonial h2 {
  color: #ffffff;
  text-shadow: 0px 0px 5px #000000;
  /*font-size: 28px;*/
  /*font-weight: 700;*/
}

.testimonial-inner {
  /*position: relative;*/
  /*top: -174px;*/
}

.testimonial-inner .block {
  /*display: flex;*/
  flex: 1;
}

.testimonial-pos {
  /*position: relative;*/
  /*top: 24px;*/
}

.testimonial-inner .tour-desc {
  align-items: stretch;
  flex: 1;
  border-radius: 5px;
  padding: 40px;
}

