article.sample-col-para {
  margin-inline: auto;
  -moz-column-width: 350px;
       column-width: 350px;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  -moz-column-rule: 1px solid #5b5b5d;
       column-rule: 1px solid #5b5b5d;
}
article.sample-col-para h1 {
  font-size: 56px;
  margin-bottom: 1rem;
  line-height: 1.2em;
}
article.sample-col-para h3 {
  opacity: 0.7;
  margin-bottom: 1rem;
}
article.sample-col-para img {
  width: 200px;
  height: 200px;
  float: right;
  margin-left: 1.2rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  shape-outside: circle();
  border: 5px solid rgb(164, 67, 31);
}

.mb-5 {
  margin-bottom: 5rem;
}

.mt-5 {
  margin-top: 5rem;
}

.marquee-wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  gap: 1rem;
}
.owl-carousel .item {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 1.5rem;
  cursor: grab;
}
.card-testimonial {
  /* max-width: 350px; */
  padding: 1.3rem;
  text-align: left !important;
  height: 250px;
}

.card-testimonial article h4 {
  font-size: 20px;
  text-transform: capitalize;
  margin-block: 1rem;
}
.owl-carousel .item .card-testimonial article article.short-description p {
  font-family: var(--ff-heading);
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 1.2rem;
}

.tgrey {
  background-color: #b5c4c3;
  color: #063341;
}

.torange {
  background-color: #af602c;
  color: #cae0df;
}

.tyellow {
  background-color: #cd9b33;
  color: #5a2c0e;
}


.card-testimonial h5 {
  font: 18px 'recoleta';
  font-weight: bold;
}

.card-testimonial h5 span {
  font: 12px 'untitled';
  font-weight: bold;
  letter-spacing: 1px;
}

.short-description {height: 160px;}
.ttext {line-height: 14px; text-align: justify; text-align-last:left; font-size: 11px; font:11px/16px untitled;}
.ttext span {font-family: 'recoleta-regular';}