.t-card__col {
  border: 1px solid transparent;
  border-radius: 16px;
  background:
    linear-gradient(#2b292d, #2b292d) padding-box,
    linear-gradient(135deg, #39373a, #39373a) border-box;
  transition:
    background 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.t-card__col:hover {
  background:
    linear-gradient(#2b292d, #2b292d) padding-box,
    linear-gradient(135deg, #f69600, #ffb13b) border-box;
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(246, 150, 0, 0.18);
}
.t853__textwrapper {
    padding: 10px 10px 0px 33px;
}

.t908__item {
    border-color: #c5c5c5;
    border: 1px solid transparent;
    background: linear-gradient(#2b292d, #2b292d) padding-box, linear-gradient(135deg, #39373a, #39373a) border-box;
    transition: background 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}

.t908__item:hover {
  background:
    linear-gradient(#2b292d, #2b292d) padding-box,
    linear-gradient(135deg, #f69600, #ffb13b) border-box;
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(246, 150, 0, 0.18);
}
.t853__textwrapper {
    padding: 10px 10px 0px 33px;
}

.t908__box-img {
  height: 100%;
}

.t908__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.t908__flex-wrapper {
  align-items: stretch;
}

.t908__box-img,
.t908__img {
  height: 100%;
}

.t908__img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.t908__box-img {
  min-height: 560px;
}

.t908__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.t-card__btn-wrapper {
    padding: 10px 10px 25px 33px;
}