.cr-card {
  background: var(--bs-gray-100);
  overflow: hidden;
  border-radius: 4px;
}
.cr-card .b {
  width: 100%;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.cr-card .b img {
  height: 100%;
}
.cr-card .c {
  position: relative;
  padding: 15px;
  padding-bottom: 45px;
  flex:1;
}
.cr-card .c .sub {
  font-size: 14px;
  color: var(--bs-gray-400);
  margin-bottom: 5px;
  line-height: 1;
}
.cr-card .c .h {
  font-size: 24px;
  color: var(--bs-dark);
  margin-bottom: 30px;
  font-family: 'Playfair Display', serif;
}
.cr-card .c .d {
  font-size: 14px;
  color: var(--bs-gray-600);
  margin-bottom: 15px;
  line-height: 1.1;
  margin-bottom: 30px;
}

.cr-card .c .g {
  position: absolute;
  bottom:0 ;
  right: 0;
  width: 100%;
  padding: 15px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .cr-card {
    display: flex;
  }
  .cr-card .b {
    width: 280px;
    height: 280px;
  }
}
