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