.card-with-bg-image-wrapper .card-with-bg-image-item {
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  height: 100%;
}
.card-with-bg-image-wrapper .card-with-bg-image-item .card-with-bg-image-item-left {
  display: flex;
  flex-direction: column;
  padding-top: 1.5rem;
  padding-left: 2.5rem;
  padding-bottom: 1rem;
  justify-content: center;
}
.card-with-bg-image-wrapper .card-with-bg-image-item .card-with-bg-title {
  font-size: 21px;
  font-weight: bold;
}
.card-with-bg-image-wrapper .card-with-bg-image-item .card-with-bg-title p {
  margin-bottom: 0;
}
.card-with-bg-image-wrapper .card-with-bg-image-item .card-with-bg-description {
  font-size: 18px;
  padding-bottom: 2rem;
}
.card-with-bg-image-wrapper .card-with-bg-image-item .card-with-bg-cta {
  margin-bottom: 15px;
  position: relative;
  z-index: 100;
}

.card-with-bg-image-wrapper .card-with-bg-image-item .card-with-bg-cta a {
  color: #fff;
  text-decoration: none;
}
.card-with-bg-image-wrapper .card-with-bg-image-item-right {
  align-self: end;
  padding-top: 20px;
}

.card-with-bg-image-img img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .card-with-bg-image-wrapper .card-with-bg-image-item-right img {
    max-width: 250px;
  }
  .card-with-bg-image-wrapper .card-with-bg-image-item .card-with-bg-image-img {
    text-align: right;
    margin-top: -85px;
  }

}
