.img-group-rtl {
  width: 100%;
  height: 100%;
  max-height: 369px;
  flex-shrink: 0;
  object-fit: cover;
  margin: 0px;
}
.item-description-rtl h2 {
  margin-bottom: 24px !important;
}
.item-description-rtl .btn-life {
  padding: 8px 31px;
  width: max-content;
  min-height: 35px;
  background-color: #fe7407;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  margin-bottom: 65px;
}
.item-description-rtl .btn-life a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}
.item-description-rtl .btn-life:hover {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fe7407;
}
.item-description-rtl .btn-life:hover a {
  color: #fe7407;
}
@media (min-width: 992px) {
  .img-group-rtl {
    width: auto;
    aspect-ratio: 524/349.37;
  }
  .item-description-ltr h2 {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 1200px) {
  .img-group-rtl {
    margin: 0px 91px 0px 0px;
  }
}
